forked from science-ation/science-ation
Make XHTML 1.0 transitional
This commit is contained in:
parent
a64638ec03
commit
f52b4f3848
@ -4,11 +4,13 @@ require("config.inc.php");
|
|||||||
function send_header($title="")
|
function send_header($title="")
|
||||||
{
|
{
|
||||||
?>
|
?>
|
||||||
<HTML>
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<HEAD><TITLE><?=$title?></TITLE></HEAD>
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
<BODY>
|
<head><title><?=$title?></title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
<h1>Science Fair In A Box</h1>
|
<h1>Science Fair In A Box</h1>
|
||||||
<hr>
|
<hr />
|
||||||
|
|
||||||
<?
|
<?
|
||||||
}
|
}
|
||||||
@ -16,8 +18,8 @@ function send_header($title="")
|
|||||||
function send_footer()
|
function send_footer()
|
||||||
{
|
{
|
||||||
?>
|
?>
|
||||||
</BODY>
|
</body>
|
||||||
</HTML>
|
</html>
|
||||||
|
|
||||||
<?
|
<?
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user