From e27511756957256efd2a4bbd09aa30b042fa5142 Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 24 Oct 2014 14:25:33 +0000 Subject: [PATCH] i2ptunnel: Fix description entered via wizard --- apps/i2ptunnel/jsp/wizard.jsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/i2ptunnel/jsp/wizard.jsp b/apps/i2ptunnel/jsp/wizard.jsp index fe0f67a8b..ed08bd167 100644 --- a/apps/i2ptunnel/jsp/wizard.jsp +++ b/apps/i2ptunnel/jsp/wizard.jsp @@ -233,11 +233,11 @@ - " class="freetext" /> + " class="freetext" /> <% } else { %>" /> - " /><% + " /><% } /* curPage 3 */ /* End page 3 */ %> @@ -440,7 +440,7 @@ <%=intl._("Tunnel name and description")%> <%=net.i2p.data.DataHelper.stripHTML(request.getParameter("name"))%>
- <%=net.i2p.data.DataHelper.stripHTML(request.getParameter("description"))%> + <%=net.i2p.data.DataHelper.stripHTML(request.getParameter("nofilter_description"))%> <% if (tunnelIsClient) { %> <%=intl._("Tunnel destination")%><%