robackja
11-24-2008, 06:30 PM
hello.
I have a pixelpost blog (http://joeroback.com) and I was making it XHTML 1.1 compatible and i came across a problem.
the file admin_imagestats.php has a trailing "space" character in it. It causes an extra space to put in front of the generated text by pixelpost.
so XHTML looks like this:
` <?xml version="1.0" encoding="UTF-8"?>` and having that extra space in front volatiles XML standards. Simply trimming the extra whitespace characters from admin_imagestats.php fixed the issue.
Just an FYI for anyone else having similar issues.
I have a pixelpost blog (http://joeroback.com) and I was making it XHTML 1.1 compatible and i came across a problem.
the file admin_imagestats.php has a trailing "space" character in it. It causes an extra space to put in front of the generated text by pixelpost.
so XHTML looks like this:
` <?xml version="1.0" encoding="UTF-8"?>` and having that extra space in front volatiles XML standards. Simply trimming the extra whitespace characters from admin_imagestats.php fixed the issue.
Just an FYI for anyone else having similar issues.