From e4e9fe2972df3e60e46aeeb1481333815c0fd72c Mon Sep 17 00:00:00 2001 From: zzz Date: Thu, 9 Feb 2023 11:42:48 -0500 Subject: [PATCH] i2ptunnel: Tag untagged strings (Gitlab #387) --- apps/i2ptunnel/jsp/index.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: