]> git.mxchange.org Git - friendica-addons.git/commitdiff
fixed an error with the button
authorJohannes Schwab <Johannes_Schwab@gmx.de>
Sun, 8 Sep 2013 08:12:53 +0000 (10:12 +0200)
committerJohannes Schwab <Johannes_Schwab@gmx.de>
Sun, 8 Sep 2013 08:12:53 +0000 (10:12 +0200)
smileybutton/smileybutton.php

index abedf27ea47c54283d270a06bd30e7669123a63b..87db098b25ab404d4c45d6cb3d558aeb5fb7417e 100755 (executable)
@@ -162,7 +162,7 @@ function show_button($a, &$b) {
         */     
        if (! $nobutton) {
                $b = "<div id=\"profile-smiley-wrapper\" style=\"display: block;\" >\n";
-               $b .= "\t<img src=\"" . $a->get_baseurl() . "/addon/smileybutton/icon.gif\" id=\"smileybutton\" onclick=\"toggle_smileybutton()\" alt=\"smiley\">\n";
+               $b .= "\t<img src=\"" . $a->get_baseurl() . "/addon/smileybutton/icon.gif\" onclick=\"toggle_smileybutton()\" alt=\"smiley\">\n";
                $b .= "\t</div>\n";
        }