Error in DisplayMainDivEnd in lib/classes/class.admintheme.inc.php (svn)

A place to discuss the testing process in beta cycles or against SVN for the CMS Made Simple CORE package.
Locked
tonysgi

Error in DisplayMainDivEnd in lib/classes/class.admintheme.inc.php (svn)

Post by tonysgi »

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
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am

Re: Error in DisplayMainDivEnd in lib/classes/class.admintheme.inc.php (svn)

Post by Elijah Lofgren »

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
Thanks for reporting this. I was the one that caused that and I eventually noticed it and fixed it also.  ;)

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. :)
Locked

Return to “[locked] Quality Assurance”