diff --git a/mod/layout/class/Layout.php b/mod/layout/class/Layout.php index 492f49a27..e2ca3acab 100644 --- a/mod/layout/class/Layout.php +++ b/mod/layout/class/Layout.php @@ -585,7 +585,7 @@ public static function getMetaTags($page_metatags = null) // Say it loud $metatags[] = ''; - $metatags[] = ''; + $metatags[] = ''; if (!empty($author)) { $metatags[] = ''; } else { @@ -919,7 +919,7 @@ public static function loadHeaderTags(&$template) } if (!isset($_SESSION['javascript_enabled'])) { - $jsHead[] = ''; + $jsHead[] = ''; } if (isset($_GET['nojs'])) {