diff --git a/apps/i2ptunnel/jsp/editClient.jsp b/apps/i2ptunnel/jsp/editClient.jsp index acfe0ca63..72ffd5625 100644 --- a/apps/i2ptunnel/jsp/editClient.jsp +++ b/apps/i2ptunnel/jsp/editClient.jsp @@ -148,7 +148,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } out.write(" ("); out.write(intl._t("required")); out.write(")"); - } + } %> @@ -172,13 +172,13 @@ input.default { width: 1px; height: 1px; visibility: hidden; } out.write("\n"); } %> - + <% } /* streamrclient */ %> <% if ("client".equals(tunnelType) || "ircclient".equals(tunnelType)) { - %> + %> <%=intl._t("Use SSL?")%> @@ -246,7 +246,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } out.write(" ("); out.write(intl._t("required")); out.write(")"); - } + } %> @@ -380,7 +380,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } %> - + <% if (!"streamrclient".equals(tunnelType)) { %> @@ -400,7 +400,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } <% boolean interactiveProfile = editBean.isInteractive(curTunnel); %> - + @@ -428,7 +428,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } readonly="readonly" <% } %> /> - + <% if (!"streamrclient".equals(tunnelType)) { // streamr client sends pings so it will never be idle %> @@ -445,7 +445,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } <% } // !streamrclient %> - + <%=intl._t("Reduce tunnel quantity when idle")%> @@ -486,7 +486,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } <%=intl._t("Idle period")%>: - + minutes @@ -526,9 +526,9 @@ input.default { width: 1px; height: 1px; visibility: hidden; } <% - String destb64 = editBean.getDestinationBase64(curTunnel); + String destb64 = editBean.getDestinationBase64(curTunnel); if (destb64.length() > 0) { - %> + %> diff --git a/apps/i2ptunnel/jsp/wizard.jsp b/apps/i2ptunnel/jsp/wizard.jsp index 49d36d560..41bc725a1 100644 --- a/apps/i2ptunnel/jsp/wizard.jsp +++ b/apps/i2ptunnel/jsp/wizard.jsp @@ -123,7 +123,7 @@ - + <% } else { %><%