diff --git a/apps/i2ptunnel/jsp/editServer.jsp b/apps/i2ptunnel/jsp/editServer.jsp index 67462ea4b3e242af0ba1c0664f6223e92e0f52f7..910088ce9452a7560614d7df674873a459e67484 100644 --- a/apps/i2ptunnel/jsp/editServer.jsp +++ b/apps/i2ptunnel/jsp/editServer.jsp @@ -129,7 +129,7 @@ <label for="localDestination" accesskey="L"> <span class="accessKey">L</span>ocal destination: </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> </div>