summary refs log tree commit diff stats
path: root/divs/head.php
diff options
context:
space:
mode:
Diffstat (limited to 'divs/head.php')
-rw-r--r--divs/head.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/divs/head.php b/divs/head.php
index 7fff23c..61f6c42 100644
--- a/divs/head.php
+++ b/divs/head.php
@@ -2,7 +2,7 @@
   <title><?php printf("%s - %s", $vdata[2], $wsdata[0]) ?></title>
   <meta name="description" content="<?php echo $wsdata[6] ?>" />
   <meta name="viewport" content="width=device-width,initial-scale=1.0">
-  <link rel="stylesheet" type="text/css" href="/theme/body-wrapper.css"/>
+  <link rel="stylesheet" href="/theme/body-wrapper.css" type="text/css">
   <link rel="shortcut icon" href="/theme/favicon.ico" type="image/x-icon">
   <link rel="canonical" href="<?php echo $wsdata[1] ?>">
 </head>