Thread: autoindention
View Single Post
Old May 16th, 2006, 12:36 AM   #10
a thing
Unverified User
 
a thing's Avatar
 
Join Date: Aug 2005
Location: none
Posts: 146
Rep Power: 0 a thing is on a distinguished road
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]
__________________
Warning: My posts may change (dramatically) within the first 15 minutes they're posted.
Got 'Nux?—GNU/Linux and other free software support.
It's GNU/Linux, not just Linux.
a thing is offline   Reply With Quote