Attached in a file are validation errors that are present, and should be fixed on the CSTheme.

Trae

CommentFileSizeAuthor
cstheme-validation-errors.txt4.42 KBtraemccombs

Comments

hip’s picture

Priority: Normal » Minor

Just an extra bit, trying to be specific. Valñidation issues:

This is my first issue to be submited here, so I'll thank any comment on submiting issues.

I've tried to validate a webpage on a 'heavily modified' theme on the 'civicspace' one, but still keeping the template files. There's a validation error (XHTML 1.0 Transitional) at the node.tpl.php, at line 16, where it links to the print version.

Where it says
<a href="<?php print url($_GET['q'], NULL, NULL, TRUE); ?>&print" class="icon-print" ...

It should say
<a href="<?php print url($_GET['q'], NULL, NULL, TRUE); ?>&amp;print" class="icon-print" ...

That's: '&' instead of '&'

Maybe I should have assigned this issue to me (hip) and set it to 'ready to commit', but I'm not sure. I would appreciate your advice.

Thanx,
hip
(no preview before submitting?)

hip’s picture

I mean:
That's: '&amp;' instead of '&'

Sorry, but defenitly there's no preview available here. :-(