Page 1 of 1

OneEleven theme System Maintenance: no footer in Chrome

Posted: Sat Jun 01, 2013 2:11 am
by paulbaker
CMSMS 1.11.7 (and previous).

Go to Site Admin -> System Maintenance.

In Windows Chrome browser, there is no black footer showing (the bit telling you copyright CMSMS with the version number etc).

In Firefox, the footer shows OK.

See screenshots of Chrome and Firefox.

Close inspection of the HTML shows that Chrome stops rendering the page at this point of the description of VERSION 1.3 "CUBA" -- JUNE 7, 2008 in the Changelog tab:
<br/>- Admin templates are now override-able by creating a matching file in
<br/> module_custom/<module name>/templates/<template filename>.tpl
So Chrome is probably breaking because the < > marks are not encoded for HTML.

The CMSMS release notes shown on that page go back to 2004... I'm not convinced release notes are needed on the hosted CMSMS at all. I never think to look there, I would always go to the .org site for that sort of info.

So, ditch the Changelog tab completely?

Re: OneEleven theme System Maintenance: no footer in Chrome

Posted: Sat Jun 01, 2013 7:28 am
by velden
And the page source has some other validation errors too; like closing <form> tags that are not open.

Re: OneEleven theme System Maintenance: no footer in Chrome

Posted: Sun Aug 25, 2013 12:37 pm
by Rolf
I fixed this for 1.11.8

Thanks, Paul