diff --git a/apps/i2ptunnel/jsp/index.jsp b/apps/i2ptunnel/jsp/index.jsp index 826de78ab..e5eb4ae35 100644 --- a/apps/i2ptunnel/jsp/index.jsp +++ b/apps/i2ptunnel/jsp/index.jsp @@ -294,13 +294,13 @@ case IndexBean.STANDBY: %>
"><%=intl._t("Standby")%>
- <%=intl._t("Stop")%> + " href="list?nonce=<%=nextNonce%>&action=stop&tunnel=<%=curClient%>"><%=intl._t("Stop")%> <% break; case IndexBean.RUNNING: %>
"><%=intl._t("Running")%>
- <%=intl._t("Stop")%> + " href="list?nonce=<%=nextNonce%>&action=stop&tunnel=<%=curClient%>"><%=intl._t("Stop")%> <% break; case IndexBean.NOT_RUNNING: