aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}