From: friendica Date: Sun, 12 Feb 2012 05:46:48 +0000 (-0800) Subject: kissing smilie may need escaping (thanks - Abinoam) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bb19c8ba4ea279265ad146f69949a62b4024c2ab;p=friendica.git kissing smilie may need escaping (thanks - Abinoam) --- diff --git a/include/text.php b/include/text.php index 9aca145988..9e67d36a98 100755 --- a/include/text.php +++ b/include/text.php @@ -678,7 +678,7 @@ function smilies($s) { $a = get_app(); $s = str_replace( - array( '<3', '</3', '<\\3', ':-)', ':)', ';-)', ':-(', ':(', ':-P', ':P', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O', '\\o/', 'o.O', 'O.o', '\\.../', '\\ooo/', + array( '<3', '</3', '<\\3', ':-)', ':)', ';-)', ':-(', ':(', ':-P', ':P', ':-"', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O', '\\o/', 'o.O', 'O.o', '\\.../', '\\ooo/', ':beer', ':homebrew', ':coffee', '~friendika', '~friendica', 'Diaspora*' ), array( @@ -693,6 +693,7 @@ function smilies($s) { ':-P', ':P', ':-\', + ':-\', ':-x', ':-X', ':-D',