* added a 'DOCTYPE' statement

3-00
Dries Buytaert 2000-10-21 13:34:28 +00:00
parent 2d56415ae9
commit 34494acf70
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
function header($title) {
global $sitename;
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<HTML>
<HEAD>
<TITLE><? print $sitename; ?></TITLE>