diff options
author | Thomas <rat@rlyeh-military-affairs> | 2012-03-19 22:32:19 +0000 |
---|---|---|
committer | Thomas <rat@rlyeh-military-affairs> | 2012-03-19 22:32:19 +0000 |
commit | 84f8e2eaa87c90473ce79ebcd4f76f3657258f27 (patch) | |
tree | 5df23ccc6f451179f40e23c57948e35fea654447 /include/text.php | |
parent | e9b33a6f1f42899a4d46cb23421085cdc2bbbaa6 (diff) | |
download | volse-hubzilla-84f8e2eaa87c90473ce79ebcd4f76f3657258f27.tar.gz volse-hubzilla-84f8e2eaa87c90473ce79ebcd4f76f3657258f27.tar.bz2 volse-hubzilla-84f8e2eaa87c90473ce79ebcd4f76f3657258f27.zip |
modified: include/text.php
Stupid bug fixed
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/text.php b/include/text.php index ed37326df..527f3a344 100644 --- a/include/text.php +++ b/include/text.php @@ -732,9 +732,8 @@ function smilies($s, $sample = false) { ':homebrew', ':coffee', ':facepalm', - ':headdesk', '~friendika', - '~friendica', + '~friendica' ); @@ -767,7 +766,7 @@ function smilies($s, $sample = false) { '<img src="' . $a->get_baseurl() . '/images/coffee.gif" alt=":coffee" />', '<img src="' . $a->get_baseurl() . '/images/smiley-facepalm.gif" alt=":facepalm" />', '<a href="http://project.friendika.com">~friendika <img src="' . $a->get_baseurl() . '/images/friendika-16.png" alt="~friendika" /></a>', - '<a href="http://friendica.com">~friendica <img src="' . $a->get_baseurl() . '/images/friendica-16.png" alt="~friendica" /></a>', + '<a href="http://friendica.com">~friendica <img src="' . $a->get_baseurl() . '/images/friendica-16.png" alt="~friendica" /></a>' ); $params = array('texts' => $texts, 'icons' => $icons, 'string' => $s); |