[Scummvm-cvs-logs] SF.net SVN: scummvm: [23948] web/trunk/include/html.php

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Sep 20 18:35:27 CEST 2006


Revision: 23948
          http://svn.sourceforge.net/scummvm/?rev=23948&view=rev
Author:   fingolfin
Date:     2006-09-20 09:35:23 -0700 (Wed, 20 Sep 2006)

Log Message:
-----------
Added DTD URL to doctype; specify the scripting language in a meta tag

Modified Paths:
--------------
    web/trunk/include/html.php

Modified: web/trunk/include/html.php
===================================================================
--- web/trunk/include/html.php	2006-09-20 16:29:34 UTC (rev 23947)
+++ web/trunk/include/html.php	2006-09-20 16:35:23 UTC (rev 23948)
@@ -4,10 +4,12 @@
   global $file_root;
 
 ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+        "http://www.w3.org/TR/html4/loose.dtd">
 <html lang="en">
 	<head>
 		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+		<meta http-equiv="Content-Script-Type" content="text/javascript">
 		<link rel="stylesheet" href="<?=$file_root?>/style.css" type="text/css">
 
 <?php


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list