1
0
mirror of https://github.com/php/web-php.git synced 2026-03-31 03:32:23 +02:00

Having the DTD URL in the DOCTYPE switches Mozilla and IE to a standards

compatibility mode, in which our site does not behave correctly right now,
so remove the URL from the DOCTYPE for now...
This commit is contained in:
Gabor Hojtsy
2003-03-02 19:08:15 +00:00
parent 802a2e2c1d
commit c106cf220d

View File

@@ -198,8 +198,7 @@ $enclosed = 0;
function commonHeader($title="",$dont_enclose=0,$headers_gone=0) {
global $MYSITE, $enclosed, $EXPL_LANG, $SIDEBAR_DATA;
?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>PHP<?php if ($title) echo ": $title";?></title>