aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-11 21:46:48 -0800
committerfriendica <info@friendica.com>2012-02-11 21:46:48 -0800
commitbb19c8ba4ea279265ad146f69949a62b4024c2ab (patch)
treea871904ec5bc5d91925b1c5c06ba1dd98278c8f8 /include/text.php
parentd856ae1fa527772ebc9194f25a1e55df614b8f3e (diff)
downloadvolse-hubzilla-bb19c8ba4ea279265ad146f69949a62b4024c2ab.tar.gz
volse-hubzilla-bb19c8ba4ea279265ad146f69949a62b4024c2ab.tar.bz2
volse-hubzilla-bb19c8ba4ea279265ad146f69949a62b4024c2ab.zip
kissing smilie may need escaping (thanks - Abinoam)
Diffstat (limited to 'include/text.php')
-rwxr-xr-xinclude/text.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index 9aca14598..9e67d36a9 100755
--- a/include/text.php
+++ b/include/text.php
@@ -678,7 +678,7 @@ function smilies($s) {
$a = get_app();
$s = str_replace(
- array( '&lt;3', '&lt;/3', '&lt;\\3', ':-)', ':)', ';-)', ':-(', ':(', ':-P', ':P', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O', '\\o/', 'o.O', 'O.o', '\\.../', '\\ooo/',
+ array( '&lt;3', '&lt;/3', '&lt;\\3', ':-)', ':)', ';-)', ':-(', ':(', ':-P', ':P', ':-"', ':-&quot;', ':-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) {
'<img src="' . $a->get_baseurl() . '/images/smiley-tongue-out.gif" alt=":-P" />',
'<img src="' . $a->get_baseurl() . '/images/smiley-tongue-out.gif" alt=":P" />',
'<img src="' . $a->get_baseurl() . '/images/smiley-kiss.gif" alt=":-\"" />',
+ '<img src="' . $a->get_baseurl() . '/images/smiley-kiss.gif" alt=":-\"" />',
'<img src="' . $a->get_baseurl() . '/images/smiley-kiss.gif" alt=":-x" />',
'<img src="' . $a->get_baseurl() . '/images/smiley-kiss.gif" alt=":-X" />',
'<img src="' . $a->get_baseurl() . '/images/smiley-laughing.gif" alt=":-D" />',