Beginning of the HTML validation of webcit pages. Changing Doctype to Transitional...
authorich <the_mgt@uncensored.citadel.org>
Thu, 5 Aug 2010 11:25:50 +0000 (11:25 +0000)
committerich <the_mgt@uncensored.citadel.org>
Thu, 5 Aug 2010 11:25:50 +0000 (11:25 +0000)
webcit/static/t/head.html

index 37caceb1c8fe66cc6c85f63f8b44599fbe8efd96..1c3786fb893a464a6658bcf9662b56fbc4576c29 100644 (file)
@@ -1,5 +1,5 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
-        "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+        "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
 <title><?CURRENT_USER> - <?SERV:HUMANNODE></title>