From c106cf220df07085a673d9f8bf39abb2e6089fe7 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sun, 2 Mar 2003 19:08:15 +0000 Subject: [PATCH] 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... --- include/layout.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/layout.inc b/include/layout.inc index 641c98964..0fe329cc6 100644 --- a/include/layout.inc +++ b/include/layout.inc @@ -198,8 +198,7 @@ $enclosed = 0; function commonHeader($title="",$dont_enclose=0,$headers_gone=0) { global $MYSITE, $enclosed, $EXPL_LANG, $SIDEBAR_DATA; -?> +?> PHP<?php if ($title) echo ": $title";?>