From f42948768eff37d245934f92b68cb77bf330b21f Mon Sep 17 00:00:00 2001 From: Grischa Brockhaus Date: Tue, 24 Jan 2012 11:53:47 +0100 Subject: [PATCH] commentSpice: Followme widget had a " too much. --- .../serendipity_event_commentspice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""; }