diff --git a/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php b/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php index 8fe0b719..177a0c65 100644 --- a/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php +++ b/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php @@ -28,7 +28,7 @@ class serendipity_event_spartacus extends serendipity_event $propbag->add('description', PLUGIN_EVENT_SPARTACUS_DESC); $propbag->add('stackable', false); $propbag->add('author', 'Garvin Hicking'); - $propbag->add('version', '2.25'); + $propbag->add('version', '2.26'); $propbag->add('requirements', array( 'serendipity' => '0.9', 'smarty' => '2.6.7', @@ -1089,7 +1089,7 @@ class serendipity_event_spartacus extends serendipity_event case 'backend_pluginlisting_header': if (serendipity_db_bool($this->get_config('enable_plugins'))) { - echo '
'; + echo '
'; echo '' . PLUGIN_EVENT_SPARTACUS_CHECK_SIDEBAR . '   '; echo '' . PLUGIN_EVENT_SPARTACUS_CHECK_EVENT . ' '; echo '
';