diff --git a/libs/Format/HTML/Config.php b/libs/Format/HTML/Config.php
index caf0e55..8a40d37 100644
--- a/libs/Format/HTML/Config.php
+++ b/libs/Format/HTML/Config.php
@@ -68,7 +68,7 @@ class Config extends BaseConfig
public function hasGoogleAnalytics()
{
- return $this->hasValue('google_analytics');
+ return $this->hasValue('google_analytics') && $this->getValue('google_analytics');
}
public function getGoogleAnalyticsId()