There seems to be a problem with lib/classes/class.admintheme.inc.php in the latest SVN. The footer renders with a \n at the beginning. This is due to single quotes being used in the following line:
echo '\n';
I changed the line to this instead:
echo '' . "\n";
Tony
Error in DisplayMainDivEnd in lib/classes/class.admintheme.inc.php (svn)
- Elijah Lofgren
- Power Poster

- Posts: 811
- Joined: Mon Apr 24, 2006 1:01 am
Re: Error in DisplayMainDivEnd in lib/classes/class.admintheme.inc.php (svn)
Thanks for reporting this. I was the one that caused that and I eventually noticed it and fixed it also.tonysgi wrote: There seems to be a problem with lib/classes/class.admintheme.inc.php in the latest SVN. The footer renders with a \n at the beginning. This is due to single quotes being used in the following line:
echo '\n';
I changed the line to this instead:
echo '' . "\n";
Tony
Cheers,
Elijah
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. 
