diff --git a/apps/i2ptunnel/jsp/editServer.jsp b/apps/i2ptunnel/jsp/editServer.jsp index 90ead8465..0d41b2852 100644 --- a/apps/i2ptunnel/jsp/editServer.jsp +++ b/apps/i2ptunnel/jsp/editServer.jsp @@ -109,7 +109,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } - + @@ -143,7 +143,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } out.write(" ("); out.write(intl._t("required")); out.write(")"); - } + } %> @@ -169,7 +169,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } <%=intl._t("Port")%>: - + <% String value4 = editBean.getClientPort(curTunnel); if (value4 == null || "".equals(value4.trim())) { out.write(" ("); @@ -205,7 +205,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } <% } /* httpbidirserver || streamrserver */ %> - + <% if (("httpserver".equals(tunnelType)) || ("httpbidirserver".equals(tunnelType))) { %> @@ -217,15 +217,14 @@ input.default { width: 1px; height: 1px; visibility: hidden; } - + <%=intl._t("(leave blank for outproxies)")%> - <% } %> - + <%=intl._t("Private key file")%> @@ -267,7 +266,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } - + <% } // sig @@ -393,7 +392,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } %> - + <% if (!"streamrserver".equals(tunnelType)) { %> @@ -625,11 +624,10 @@ input.default { width: 1px; height: 1px; visibility: hidden; } - + <%=intl._t("minutes")%> - @@ -640,11 +638,10 @@ input.default { width: 1px; height: 1px; visibility: hidden; } - + <%=intl._t("minutes")%> - @@ -652,12 +649,11 @@ input.default { width: 1px; height: 1px; visibility: hidden; } <%=intl._t("POST limit period")%> - + <%=intl._t("minutes")%> - @@ -693,7 +689,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } <%=intl._t("minutes")%> - + <% /***************** %>