]> git.mjollnir.org Git - s9y.git/commitdiff
fix comma, thanks to jez
authorgarvinhicking <garvinhicking>
Tue, 20 Mar 2007 09:00:40 +0000 (09:00 +0000)
committergarvinhicking <garvinhicking>
Tue, 20 Mar 2007 09:00:40 +0000 (09:00 +0000)
plugins/serendipity_event_bbcode/serendipity_event_bbcode.php

index 14cc350d963c276d8836edf57a20c73f103bba56..6b0abdc21ebf0a439ab9eac153866ca34b4d2150 100644 (file)
@@ -24,7 +24,7 @@ class serendipity_event_bbcode extends serendipity_event
         $propbag->add('description',   PLUGIN_EVENT_BBCODE_DESC);
         $propbag->add('stackable',     false);
         $propbag->add('author',        'Jez Hancock, Garvin Hicking');
-        $propbag->add('version',       '2.08');
+        $propbag->add('version',       '2.09');
         $propbag->add('requirements',  array(
             'serendipity' => '0.8',
             'smarty'      => '2.6.7',
@@ -268,7 +268,7 @@ class serendipity_event_bbcode extends serendipity_event
                         return true;
                     }
 ?>
-.bb-quote .bb-code, .bb-php, .bb-code-title, .bb-php-title {
+.bb-quote, .bb-code, .bb-php, .bb-code-title, .bb-php-title {
     margin-left: 20px;
     margin-right: 20px;
     color: black;