Attached in a file are validation errors that are present, and should be fixed on the CSTheme.
Trae
| Comment | File | Size | Author |
|---|---|---|---|
| cstheme-validation-errors.txt | 4.42 KB | traemccombs |
Attached in a file are validation errors that are present, and should be fixed on the CSTheme.
Trae
| Comment | File | Size | Author |
|---|---|---|---|
| cstheme-validation-errors.txt | 4.42 KB | traemccombs |
Comments
Comment #1
hip commentedJust 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); ?>&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?)
Comment #2
hip commentedI mean:
That's:
'&' instead of '&'Sorry, but defenitly there's no preview available here. :-(