diff --git a/system/includes/functions.php b/system/includes/functions.php index 5781e28..acfa79c 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -1424,7 +1424,7 @@ function head_contents($title, $description, $canonical) { $output .= $title ."\n". $favicon ."\n". $charset ."\n". $generator ."\n". $xua ."\n". $viewport ."\n". $description ."\n". $sitemap ."\n". $canonical ."\n". $feed ."\n". $jquery ."\n"; } else { - $output .= $title ."\n". $favicon ."\n". $charset ."\n". $generator ."\n". $xua ."\n". $viewport ."\n". $description ."\n". $sitemap ."\n"; + $output .= $title ."\n". $favicon ."\n". $charset ."\n". $generator ."\n". $xua ."\n". $viewport ."\n". $description ."\n". $sitemap ."\n". $canonical ."\n". $feed ."\n"; } }