diff options
author | Naglfar <naglfar@tilde.institute> | 2021-01-11 21:02:51 +0100 |
---|---|---|
committer | Naglfar <naglfar@tilde.institute> | 2021-01-11 21:02:51 +0100 |
commit | 2c17c9f18c30e971d0f874c2d83e581a864a524e (patch) | |
tree | 1953fa55150728ce1d068cec4ee7d5c2ff1017f1 | |
parent | 412d6cd0427f54846fe4a809fe1bc20deb7fab98 (diff) | |
download | MightyWVMS-2c17c9f18c30e971d0f874c2d83e581a864a524e.tar.gz |
Move media type for external stylesheet
-rw-r--r-- | divs/head.php | 2 |
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> |