diff options
author | Igor Wiedler <igor@wiedler.ch> | 2011-10-29 12:35:30 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2011-10-29 12:35:30 +0200 |
commit | d0bbb3f7f0780681493284c2f024f17e6f94fa14 (patch) | |
tree | c76b63e06c117a8b1110fa3ef3a0982983c944cd /phpBB/styles | |
parent | 020106eeb9295d4bfd31bf6672f9508b0c1d1d54 (diff) | |
parent | c8399b8e30769bcc34feaee4df8f4dfddaa9576f (diff) | |
download | forums-d0bbb3f7f0780681493284c2f024f17e6f94fa14.tar forums-d0bbb3f7f0780681493284c2f024f17e6f94fa14.tar.gz forums-d0bbb3f7f0780681493284c2f024f17e6f94fa14.tar.bz2 forums-d0bbb3f7f0780681493284c2f024f17e6f94fa14.tar.xz forums-d0bbb3f7f0780681493284c2f024f17e6f94fa14.zip |
Merge remote-tracking branch 'cyberalien/ticket/10422' into develop-olympus
* cyberalien/ticket/10422:
[ticket/10422] Invalid "if" in viewtopic_body.html
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 32292f89ef..57de96d853 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -4,13 +4,10 @@ <!-- NOTE: remove the style="display: none" when you want to have the forum description on the topic body --> <!-- IF FORUM_DESC --><div style="display: none !important;">{FORUM_DESC}<br /></div><!-- ENDIF --> -<!-- IF MODERATORS or U_MCP --> - <p> - <!-- IF MODERATORS --> - <strong><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->:</strong> {MODERATORS} - <!-- ENDIF --> - - </p> +<!-- IF MODERATORS --> +<p> + <strong><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->:</strong> {MODERATORS} +</p> <!-- ENDIF --> <!-- IF S_FORUM_RULES --> |