diff --git a/serendipity_event_commentspice/serendipity_event_commentspice.php b/serendipity_event_commentspice/serendipity_event_commentspice.php index 0b5829ca..a8c04583 100644 --- a/serendipity_event_commentspice/serendipity_event_commentspice.php +++ b/serendipity_event_commentspice/serendipity_event_commentspice.php @@ -510,7 +510,7 @@ class serendipity_event_commentspice extends serendipity_event if (!serendipity_db_bool($this->get_config('followme_widget_counter', false))) { $extra_style .= ' data-show-count="false"'; } - return 'Follow @'.$wittername.''; + return 'Follow @' . $wittername . ''; } return ""; }