I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 25eaf8ca authored by zzz's avatar zzz
Browse files

fix dup anchor

parent c8f97d9c
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ button span.hide{ ...@@ -56,7 +56,7 @@ button span.hide{
<input type="submit" name="action" value="<%=intl._("Save WebApp Configuration")%>" /> <input type="submit" name="action" value="<%=intl._("Save WebApp Configuration")%>" />
</div></div> </div></div>
<% if (clientshelper.showPlugins()) { %> <% 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.")%> <%=intl._("The plugins listed below are started by the webConsole client.")%>
</p><div class="wideload"><p> </p><div class="wideload"><p>
<jsp:getProperty name="clientshelper" property="form3" /> <jsp:getProperty name="clientshelper" property="form3" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment