diff --git a/phpBB/styles/prosilver/template/viewtopic_topic_tools.html b/phpBB/styles/prosilver/template/viewtopic_topic_tools.html
index 55acdabd88..1e665bd4b9 100644
--- a/phpBB/styles/prosilver/template/viewtopic_topic_tools.html
+++ b/phpBB/styles/prosilver/template/viewtopic_topic_tools.html
@@ -8,20 +8,20 @@
-
+ {% if U_WATCH_TOPIC %}
-
-
+
{% if S_WATCHING_TOPIC %}
- {{ Icon('font', 'bell-slash', '', true, 'far c-watch-icon is-active') }}
- {{ Icon('font', 'bell', '', true, 'far c-watch-icon') }}
- {% else %}
{{ Icon('font', 'bell', '', true, 'far c-watch-icon is-active') }}
{{ Icon('font', 'bell-slash', '', true, 'far c-watch-icon') }}
+ {% else %}
+ {{ Icon('font', 'bell-slash', '', true, 'far c-watch-icon is-active') }}
+ {{ Icon('font', 'bell', '', true, 'far c-watch-icon') }}
{% endif %}
{S_WATCH_TOPIC_TITLE}
-
+ {% endif %}
-