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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user