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

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

* i2ptunnel/edit.jsp: Disable word wrap in textarea

parent b4c80891
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
<label for="localDestination" accesskey="L"> <label for="localDestination" accesskey="L">
<span class="accessKey">L</span>ocal destination: <span class="accessKey">L</span>ocal destination:
</label> </label>
<input type="text" size="60" readonly="readonly" id="localDestination" title="Read Only: Local Destination (if known)" value="<%=editBean.getDestinationBase64(curTunnel)%>" class="freetext" /> <textarea rows="1" cols="60" readonly="readonly" id="localDestination" title="Read Only: Local Destination (if known)" wrap="off"><%=editBean.getDestinationBase64(curTunnel)%></textarea>
<span class="comment">(if known)</span> <span class="comment">(if known)</span>
</div> </div>
......
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