Thread: autoindention
View Single Post
Old May 15th, 2006, 2:11 PM   #5
demon101
Hobbyist Programmer
 
demon101's Avatar
 
Join Date: Mar 2006
Location: westboro, ohio
Posts: 160
Rep Power: 0 demon101 is an unknown quantity at this point
Send a message via Yahoo to demon101
echo("<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n"); 
echo("test 1<br />\n"); 
echo("test 2\n");

there is a space between <br/>.

should be this <br />
__________________
Demon101 Production's

Code Forums
demon101 is offline   Reply With Quote