From 1a9c059062eae14a96aac40b2fb4e1efb513dccc Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 18 Jun 2015 16:35:40 -0700 Subject: issues with markdownify and escaped HTML --- include/text.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/text.php') diff --git a/include/text.php b/include/text.php index 9c6fe3622..7101d76da 100644 --- a/include/text.php +++ b/include/text.php @@ -1076,9 +1076,9 @@ function list_smilies() { ); $icons = array( - '<3', - '</3', - '<\\3', + '<3', + '</3', + '<\\3', ':-)', ';-)', ':-(', @@ -1187,7 +1187,7 @@ function preg_heart($x) { $t = ''; for($cnt = 0; $cnt < strlen($x[1]); $cnt ++) - $t .= '<3'; + $t .= '<3'; $r = str_replace($x[0],$t,$x[0]); -- cgit v1.2.3