From: brockhaus <brockhaus>
Date: Tue, 14 Aug 2007 11:53:37 +0000 (+0000)
Subject: :-| was not replaced, only :|
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f7e4df514318f562f67613aa475b21d6d45b2be4;p=s9y.git

:-| was not replaced, only :|
---

diff --git a/plugins/serendipity_event_emoticate/serendipity_event_emoticate.php b/plugins/serendipity_event_emoticate/serendipity_event_emoticate.php
index 3bc261b..43a8fb8 100644
--- a/plugins/serendipity_event_emoticate/serendipity_event_emoticate.php
+++ b/plugins/serendipity_event_emoticate/serendipity_event_emoticate.php
@@ -25,7 +25,7 @@ class serendipity_event_emoticate extends serendipity_event
         $propbag->add('description',   PLUGIN_EVENT_EMOTICATE_DESC);
         $propbag->add('stackable',     false);
         $propbag->add('author',        'Serendipity Team');
-        $propbag->add('version',       '1.5');
+        $propbag->add('version',       '1.6');
         $propbag->add('requirements',  array(
             'serendipity' => '0.8',
             'smarty'      => '2.6.7',
@@ -102,7 +102,7 @@ class serendipity_event_emoticate extends serendipity_event
 
                 '\:\-?\)'  => serendipity_getTemplateFile('img/emoticons/smile.'.$ext),
 
-                '\:\|'     => serendipity_getTemplateFile('img/emoticons/normal.'.$ext),
+                '\:\-?\|'     => serendipity_getTemplateFile('img/emoticons/normal.'.$ext),
 
                 '\:\-?O'  => serendipity_getTemplateFile('img/emoticons/eek.'.$ext),