From dc4420c5ec085f43bdab35d4eb06f024a3472740 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 13 Feb 2012 14:16:51 -0800 Subject: hr bbcode tag --- include/bbcode.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/bbcode.php') diff --git a/include/bbcode.php b/include/bbcode.php index 118be1298..1df2ad725 100755 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -173,6 +173,7 @@ upper-alpha;">$2' ,$Text); $Text = preg_replace("/\[table border=1\](.*?)\[\/table\]/sm", '$1
' ,$Text); $Text = preg_replace("/\[table border=0\](.*?)\[\/table\]/sm", '$1
' ,$Text); + $Text = str_replace('[hr]','
', $Text); // Check for font change text -- cgit v1.2.3