From 25eaf8cad7dbadb2380723f4f5640ae8b821e0ae Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Thu, 25 Mar 2010 19:06:47 +0000 Subject: [PATCH] fix dup anchor --- apps/routerconsole/jsp/configclients.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/routerconsole/jsp/configclients.jsp b/apps/routerconsole/jsp/configclients.jsp index 4bb17007c6..5cbdc73245 100644 --- a/apps/routerconsole/jsp/configclients.jsp +++ b/apps/routerconsole/jsp/configclients.jsp @@ -56,7 +56,7 @@ button span.hide{ <input type="submit" name="action" value="<%=intl._("Save WebApp Configuration")%>" /> </div></div> <% if (clientshelper.showPlugins()) { %> -<h3><a name="webapp"></a><%=intl._("Plugin Configuration")%></h3><p> +<h3><a name="pconfig"></a><%=intl._("Plugin Configuration")%></h3><p> <%=intl._("The plugins listed below are started by the webConsole client.")%> </p><div class="wideload"><p> <jsp:getProperty name="clientshelper" property="form3" /> -- GitLab