aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index a56c0288bf..e20edb015d 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -159,6 +159,8 @@ for($x = 0; $x < $total_posts; $x++)
$message = bbencode_second_pass($message, $bbcode_uid);
}
+ $message = make_clickable($message);
+
$message = str_replace("\n", "<BR>", $message);
if(!($x % 2))