diff --git a/apps/i2ptunnel/jsp/wizard.jsp b/apps/i2ptunnel/jsp/wizard.jsp index 95699a73b..22f8af15c 100644 --- a/apps/i2ptunnel/jsp/wizard.jsp +++ b/apps/i2ptunnel/jsp/wizard.jsp @@ -425,7 +425,7 @@ } %> <%=intl._("Tunnel name and description")%> - <%=request.getParameter("name")%>
+ <%=request.getParameter("name")%>
<%=request.getParameter("description")%> <% if (tunnelIsClient) { %> @@ -439,16 +439,16 @@ } %> <%=intl._("Binding address and port")%><% if ((tunnelIsClient && "streamrclient".equals(tunnelType)) || (!tunnelIsClient && !"streamrserver".equals(tunnelType))) { %> - <%=request.getParameter("targetHost")%>
<% + <%=request.getParameter("targetHost")%>
<% } if (!tunnelIsClient) { %> - <%=request.getParameter("targetPort")%>
<% + <%=request.getParameter("targetPort")%>
<% } if (tunnelIsClient || "httpbidirserver".equals(tunnelType)) { %> -
<%=request.getParameter("port")%><% +
<%=request.getParameter("port")%><% } if ((tunnelIsClient && !"streamrclient".equals(tunnelType)) || "httpbidirserver".equals(tunnelType) || "streamrserver".equals(tunnelType)) { %> -
<%=request.getParameter("reachableBy")%><% +
<%=request.getParameter("reachableBy")%><% } %> <%=intl._("Tunnel auto-start")%><%