diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-05-19 10:47:33 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-05-19 10:48:04 +0200 |
commit | b62463107ce89f397aa0bd738f10cb0522bb126e (patch) | |
tree | c064c1d96b65bf7f1659d43a6482362f2401d089 | |
parent | 3fe7bf27de11d19f19df6d1f48e1b1a7c43a19c3 (diff) | |
download | volse-hubzilla-b62463107ce89f397aa0bd738f10cb0522bb126e.tar.gz volse-hubzilla-b62463107ce89f397aa0bd738f10cb0522bb126e.tar.bz2 volse-hubzilla-b62463107ce89f397aa0bd738f10cb0522bb126e.zip |
smileybutton fixes
-rw-r--r-- | include/text.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/text.php b/include/text.php index 162d7c365..d352a61bf 100644 --- a/include/text.php +++ b/include/text.php @@ -1171,7 +1171,6 @@ function list_smilies($default_only = false) { $texts = array( '<3', '</3', - '<\\3', ':-)', ';-)', ':-(', @@ -1207,7 +1206,6 @@ function list_smilies($default_only = false) { $icons = array( '<img class="smiley" src="' . z_root() . '/images/emoticons/smiley-heart.gif" alt="<3" />', '<img class="smiley" src="' . z_root() . '/images/emoticons/smiley-brokenheart.gif" alt="</3" />', - '<img class="smiley" src="' . z_root() . '/images/emoticons/smiley-brokenheart.gif" alt="<\\3" />', '<img class="smiley" src="' . z_root() . '/images/emoticons/smiley-smile.gif" alt=":-)" />', '<img class="smiley" src="' . z_root() . '/images/emoticons/smiley-wink.gif" alt=";-)" />', '<img class="smiley" src="' . z_root() . '/images/emoticons/smiley-frown.gif" alt=":-(" />', |