Quote:
|
Originally Posted by demon101
so they mean the samethin with or without the space.
|
Yes, there's no need for that extra space.
My PHP interpreter starts with:
[php] echo("<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>
<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">
<!--This file was generated by PHP. For the source of the PHP functions used, see common.txt on the top level of the server.-->
<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\">
<head>
<title>$title</title>
<link media=\"all\" rel=\"stylesheet\" type=\"text/css\" href=\"/css/all.css\"/>
<link media=\"screen,projection\" rel=\"stylesheet\" type=\"text/css\" href=\"/css/LightOnDark.css\"/>
</head>
<body>\n");[/php]