From 809f65ee8e1ab1338e4a725dc72e1233cfec00d5 Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Thu, 20 Dec 2001 16:58:39 +0000 Subject: Fixed bug #493598 and added SPAN to signature git-svn-id: file:///svn/phpbb/trunk@1646 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewtopic.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/viewtopic.php') diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index d5d9be710c..0aef211ee2 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -942,6 +942,7 @@ for($i = 0; $i < $total_posts; $i++) // important, moving things around could break any // output // + $message = make_clickable($message); // // If the board has HTML off but the post has HTML @@ -966,6 +967,7 @@ for($i = 0; $i < $total_posts; $i++) if( $user_sig != "" && $postrow[$i]['enable_sig'] && $user_sig_bbcode_uid != "" ) { $user_sig = ( $board_config['allow_bbcode'] ) ? bbencode_second_pass($user_sig, $user_sig_bbcode_uid) : preg_replace("/\:[0-9a-z\:]+\]/si", "]", $user_sig); + $user_sig = "". make_clickable($user_sig). ""; } // -- cgit v1.2.1