I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit f0a15d08 authored by zzz's avatar zzz
Browse files

change from textarea to input

parent de6cee8f
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,7 @@ ${book.loadBookMessages}
</tr>
<tr>
<td><b><%=intl._t("Destination or Base 32 Address")%></b></td>
<td><textarea name="destination" rows="1" style="height:3em" wrap="off" cols="70" spellcheck="false">${book.destination}</textarea></td>
<td><input type="text" name="destination" value="${book.destination} size="70"></td>
</tr>
</table>
<p class="buttons">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment