diff options
author | rxu <rxu@mail.ru> | 2018-01-25 20:49:10 +0700 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2018-01-25 20:49:10 +0700 |
commit | ca2e2e6107da66fea970a23875c09aaa87c176f7 (patch) | |
tree | 3b442e2c37a24f948eb9d4b128867c0c73eb4457 /phpBB/styles | |
parent | a74658091b19a8d8100b241ce6ac710e472918e8 (diff) | |
download | forums-ca2e2e6107da66fea970a23875c09aaa87c176f7.tar forums-ca2e2e6107da66fea970a23875c09aaa87c176f7.tar.gz forums-ca2e2e6107da66fea970a23875c09aaa87c176f7.tar.bz2 forums-ca2e2e6107da66fea970a23875c09aaa87c176f7.tar.xz forums-ca2e2e6107da66fea970a23875c09aaa87c176f7.zip |
[ticket/15533] Fix typo in viewtopic_topic_tools.html
PHPBB3-15533
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_topic_tools.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_topic_tools.html b/phpBB/styles/prosilver/template/viewtopic_topic_tools.html index 397c807bb3..272a434f6a 100644 --- a/phpBB/styles/prosilver/template/viewtopic_topic_tools.html +++ b/phpBB/styles/prosilver/template/viewtopic_topic_tools.html @@ -11,7 +11,7 @@ <!-- IF U_WATCH_TOPIC --> <li> <a href="{U_WATCH_TOPIC}" class="watch-topic-link" title="{S_WATCH_TOPIC_TITLE}" data-ajax="toggle_link" data-toggle-class="icon <!-- IF S_WATCHING_TOPIC -->fa-check-square-o<!-- ELSE -->fa-square-o<!-- ENDIF --> fa-fw" data-toggle-text="{S_WATCH_TOPIC_TOGGLE}" data-toggle-url="{U_WATCH_TOPIC_TOGGLE}" data-update-all=".watch-topic-link"> - <i class="icon <!-- IF S_WATCHING_FORUM -->fa-square-o<!-- ELSE -->fa-check-square-o<!-- ENDIF --> fa-fw" aria-hidden="true"></i><span>{S_WATCH_TOPIC_TITLE}</span> + <i class="icon <!-- IF S_WATCHING_TOPIC -->fa-square-o<!-- ELSE -->fa-check-square-o<!-- ENDIF --> fa-fw" aria-hidden="true"></i><span>{S_WATCH_TOPIC_TITLE}</span> </a> </li> <!-- ENDIF --> |