SusiDNS: Fix typo that broke the add form

This commit is contained in:
zzz
2020-04-23 18:57:29 +00:00
parent da8f49a712
commit bc11e66429

View File

@@ -246,7 +246,7 @@ ${book.loadBookMessages}
</tr>
<tr>
<td><b><%=intl._t("Destination or Base 32 Address")%></b></td>
<td><input type="text" name="destination" value="${book.destination} size="70"></td>
<td><input type="text" name="destination" value="${book.destination}" size="70"></td>
</tr>
</table>
<p class="buttons">