From c4a932b187f3cad772df65afd34e40c0dfab1e83 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Wed, 4 Oct 2017 15:54:48 +0000
Subject: [PATCH] missing paren

---
 apps/routerconsole/jsp/configadvanced.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/routerconsole/jsp/configadvanced.jsp b/apps/routerconsole/jsp/configadvanced.jsp
index b3390f8ba0..bc470e8599 100644
--- a/apps/routerconsole/jsp/configadvanced.jsp
+++ b/apps/routerconsole/jsp/configadvanced.jsp
@@ -32,7 +32,7 @@
 <%=intl._t("Floodfill participation helps the network, but may use more of your computer's resources.")%>
 <%
     if (advancedhelper.isFloodfill()) {
-%> (<%=intl._t("This router is currently a floodfill participant.")%><%
+%> (<%=intl._t("This router is currently a floodfill participant.")%>)<%
     } else {
 %> (<%=intl._t("This router is not currently a floodfill participant.")%>)<%
     }
-- 
GitLab