Page 1 of 1

[fixed] Errors W3c

Posted: Fri Jun 29, 2012 7:36 pm
by jce76350
Hi,
cannot generate system identifier for general entity "_sx_"
in all pages On both NCleanGrey and OneEleven

example section=content&_sx_ mising &

In /admin/templates/adminlog.tpl
onClick="if (this.checked) document.getElementById('adminlog_filters').style.display = 'block'; else
onclick="if (this.checked) document

Re: Errors W3c

Posted: Sat Jun 30, 2012 9:14 am
by uniqu3
Fixed in SVN 8140

There is unfortunatelly still validation error in OneEleven as <__body></__html> is included that is needed for other themes.
Waiting for Calguy to find a solution to this without breaking all other Custom themes.

Re: [fixed?] Errors W3c

Posted: Sat Jun 30, 2012 10:48 am
by jce76350
Fixed in SVN 8140
OK Well

Just an other in myaccount.tpl at Up and down

Code: Select all

		<div class="pageoverflow">
			<p class="pageinput">   -->DEL
				<div class="invisible"> 
				<input type="hidden" name="edituserprefs" value="true" />
				<input type="hidden" name="old_default_cms_lang" value="{$old_default_cms_lang}" />
 ....
			</p> -->DEL
So I think it will be very difficult to have No errors W3c on the two admin themes so the HTML rules are not the same ;)

Re: [fixed?] Errors W3c

Posted: Sat Jun 30, 2012 10:57 am
by uniqu3
jce76350 wrote: OK Well

Just an other in myaccount.tpl at Up and down

Code: Select all

		<div class="pageoverflow">
			<p class="pageinput">   -->DEL
				<div class="invisible"> 
				<input type="hidden" name="edituserprefs" value="true" />
				<input type="hidden" name="old_default_cms_lang" value="{$old_default_cms_lang}" />
 ....
			</p> -->DEL
Fixed Rev. 8143

Re: [fixed?] Errors W3c

Posted: Sat Jun 30, 2012 12:15 pm
by jce76350

Code: Select all

Fixed Rev. 8143
OK