From 5a0190ddcc46940222ac78c84f9b779e75dda8df Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Wed, 1 Feb 2012 23:34:15 +0000 Subject: [PATCH] CORRECTLY create client tunnels by default in the wizard --- apps/i2ptunnel/jsp/wizard.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/i2ptunnel/jsp/wizard.jsp b/apps/i2ptunnel/jsp/wizard.jsp index 74b61a7c2c..493d4bef7d 100644 --- a/apps/i2ptunnel/jsp/wizard.jsp +++ b/apps/i2ptunnel/jsp/wizard.jsp @@ -85,7 +85,7 @@ <label><%=intl._("Server Tunnel")%></label> <input value="false" type="radio" id="baseType" name="isClient" class="tickbox" /> <label><%=intl._("Client Tunnel")%></label> - <input value="true" type="radio" id="baseType" name="isClient" class="tickbox" selected="selected" /> + <input value="true" type="radio" id="baseType" name="isClient" class="tickbox" checked="checked" /> </div><% } else { %><input type="hidden" name="isClient" value="<%=tunnelIsClient%>" /><% -- GitLab