switched doctype to standard compliance mode
[squirrelmail.git] / contrib / decrypt_headers.php
index 0234783abbb259f4c65645e5e184704110179b55..7304b72785d3fe7bed3be34146856ed7cf7ceae5 100644 (file)
@@ -53,7 +53,8 @@ function hex2ip($hex) {
 /** create page headers */
 header('Content-Type: text/html');
 
-echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">'
+echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"'."\n"
+    .'  "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">'
     ."\n<head>\n<meta name=\"robots\" content=\"noindex,nofollow\">\n"
     ."</head><body>";