aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorBruno Ais <brunoaiss@gmail.com>2013-07-20 16:25:05 +0100
committerBruno Ais <brunoaiss@gmail.com>2013-07-20 16:25:05 +0100
commit73414823048cac8c2963b2034ba13daaf60c3fee (patch)
tree85d9f0ce49bc098f9b42fa01b5bd9c04d2a83b36 /phpBB/viewtopic.php
parentfc64e6997f9d54362a7fbe2f7a366fb8ba497deb (diff)
downloadforums-73414823048cac8c2963b2034ba13daaf60c3fee.tar
forums-73414823048cac8c2963b2034ba13daaf60c3fee.tar.gz
forums-73414823048cac8c2963b2034ba13daaf60c3fee.tar.bz2
forums-73414823048cac8c2963b2034ba13daaf60c3fee.tar.xz
forums-73414823048cac8c2963b2034ba13daaf60c3fee.zip
[ticket/11638] Fixed not following guidelines for brackets
sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11638
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index d18478fbfa..de76d1186d 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -830,7 +830,8 @@ if (!empty($topic_data['poll_start']))
$parse_bbcode_flags = OPTION_FLAG_SMILIES;
- if(empty($poll_info[0]['bbcode_bitfield'])){
+ if(empty($poll_info[0]['bbcode_bitfield']))
+ {
$parse_bbcode_flags |= OPTION_FLAG_BBCODE;
}