From f89bf32390cc1405059320d3c65ce51a5cff46f2 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Sun, 26 Apr 2015 17:45:31 +0000 Subject: [PATCH] target=_top --- apps/routerconsole/jsp/nowebapp.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/routerconsole/jsp/nowebapp.jsp b/apps/routerconsole/jsp/nowebapp.jsp index 66f43ed425..c94866ce3c 100644 --- a/apps/routerconsole/jsp/nowebapp.jsp +++ b/apps/routerconsole/jsp/nowebapp.jsp @@ -14,5 +14,5 @@ <h1><%=intl._("Web Application Not Running")%></h1> <div class="sorry" id="warning"> <%=intl._("The requested web application is not running.")%> -<%=intl._("Please visit the <a href=\"/configclients.jsp#webapp\">config clients page</a> to start it.")%> +<%=intl._("Please visit the {0}config clients page{1} to start it.", "<a href=\"/configclients.jsp#webapp\" target=\"_top\">", "</a>")%> </div></body></html> -- GitLab