Switched to HTML5 DOCTYPE and meta charset tag
[mirrors/JukeBox.git] / index.php
index 8fa325a20ec0abfd4ffeb306a6a4af10530f3de9..fa52b99e5b30c72291b88b73d7ec70885ca4db8e 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -334,10 +334,11 @@ if(isset($_GET['blank'])) {
 }
 
 ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html>
 <meta http-equiv="Content-Type" content="text/html; charset=<?=$charset?>" />
 <html>
        <head>
+               <meta charset="<?=$charset?>" />
                <link rel="stylesheet" type="text/css" href="<?=$css_file?>" />
                <link rel="shortcut icon" href="<?=$favicon_file?>" />
                <link href="<?=$favicon_file?>" rel="icon" type="image/gif" />
This page took 0.088994 seconds and 4 git commands to generate.