]> git.mxchange.org Git - friendica.git/commitdiff
modified: include/text.php
authorThomas <rat@rlyeh-military-affairs>
Mon, 19 Mar 2012 22:32:19 +0000 (22:32 +0000)
committerThomas <rat@rlyeh-military-affairs>
Mon, 19 Mar 2012 22:32:19 +0000 (22:32 +0000)
Stupid bug fixed

include/text.php

index ed37326df3190760708f63ba3d3df88cee1fb606..527f3a3442ef996e8d1e0cda633c16301f087150 100644 (file)
@@ -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);