From 6f8f30e25e7fcbe62c30bfa79a6245ca38187b8b Mon Sep 17 00:00:00 2001 From: mutoo Date: Fri, 7 Feb 2014 10:07:26 +0800 Subject: [PATCH] fix GoogleAnalytics --- GoogleAnalytics/Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoogleAnalytics/Plugin.php b/GoogleAnalytics/Plugin.php index a5da974..d6d52db 100644 --- a/GoogleAnalytics/Plugin.php +++ b/GoogleAnalytics/Plugin.php @@ -63,6 +63,6 @@ class GoogleAnalytics_Plugin implements Typecho_Plugin_Interface public static function render() { $account = Typecho_Widget::widget('Widget_Options')->plugin('GoogleAnalytics')->account; - echo ""; + echo ""; } } \ No newline at end of file