inseriti a capo negli header html

This commit is contained in:
Riccardo Di Dato
2016-04-14 20:11:35 +02:00
parent 0624b31626
commit d93c50d129
+3 -3
View File
@@ -45,11 +45,11 @@ class GUIHandler {
echo "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n";
echo "<meta name=\"description\" content=\"$description\">\n";
echo "<meta name=\"author\" content=\"$author\">\n";
echo "<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge,chrome=1\">";
echo "<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge,chrome=1\">\n";
echo '<link rel="shortcut icon" href="favicon.ico">'."\n";
echo '<link href="http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext" rel="stylesheet" type="text/css">'."\n";
echo '<META http-equiv="Cache-Control" content="no-cache,no-store" />';
echo '<META http-equiv="Pragma" content="no-cache" />';
echo '<META http-equiv="Cache-Control" content="no-cache,no-store" />\n';
echo '<META http-equiv="Pragma" content="no-cache" />\n';
if ($admin){