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