diff --git a/apps/routerconsole/jsp/configadvanced.jsp b/apps/routerconsole/jsp/configadvanced.jsp
index b3390f8ba0ae321426f84f55555e815f4e908b87..bc470e8599effba46eea051687f03d59bd768f8f 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.")%>)<%
     }