From: Johannes Schwab Date: Sun, 8 Sep 2013 08:12:53 +0000 (+0200) Subject: fixed an error with the button X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e345295c7cbdd56cc94fb9f290561cd8a684de76;p=friendica-addons.git fixed an error with the button --- diff --git a/smileybutton/smileybutton.php b/smileybutton/smileybutton.php index abedf27e..87db098b 100755 --- a/smileybutton/smileybutton.php +++ b/smileybutton/smileybutton.php @@ -162,7 +162,7 @@ function show_button($a, &$b) { */ if (! $nobutton) { $b = "
\n"; - $b .= "\tget_baseurl() . "/addon/smileybutton/icon.gif\" id=\"smileybutton\" onclick=\"toggle_smileybutton()\" alt=\"smiley\">\n"; + $b .= "\tget_baseurl() . "/addon/smileybutton/icon.gif\" onclick=\"toggle_smileybutton()\" alt=\"smiley\">\n"; $b .= "\t
\n"; }