diff --git a/phpBB/styles/prosilver/template/navbar_footer.html b/phpBB/styles/prosilver/template/navbar_footer.html
index 1c5031e9b9..8a79425113 100644
--- a/phpBB/styles/prosilver/template/navbar_footer.html
+++ b/phpBB/styles/prosilver/template/navbar_footer.html
@@ -22,13 +22,13 @@
{% endapply %}
-
+ {% if U_WATCH_FORUM_LINK && !S_IS_BOT %}
-
- {S_WATCH_FORUM_TITLE}
+
+ {{ S_WATCH_FORUM_TITLE }}
-
+ {% endif %}
{S_TIMEZONE}
diff --git a/phpBB/styles/prosilver/template/viewtopic_topic_tools.html b/phpBB/styles/prosilver/template/viewtopic_topic_tools.html
index 272a434f6a..9ae83b9486 100644
--- a/phpBB/styles/prosilver/template/viewtopic_topic_tools.html
+++ b/phpBB/styles/prosilver/template/viewtopic_topic_tools.html
@@ -8,13 +8,13 @@