Validation issue
mjjzf - January 9, 2008 - 23:21
| Project: | Amadou |
| Version: | 5.x-3.4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | jwolf |
| Status: | closed |
Jump to:
Description
I have a problem with the validation. After I started using this beautiful theme on http://syntaktisk.dk, two validation errors occurred:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.syntaktisk.dk%2F&char...
- any pointers?

#1
Thanks for catching this.
I completely missed this because I was relying on my local validator (Firefox HTML Validator extension), which didn't report the problem.
Yet another reason to use the W3C Markup Validator
Line 2 in page.tpl.php should be:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language ?>" lang="<?php print $language ?>">I will create a new release to fix this.
#2
Fixed with the amadou 5.x-3.5 release
#3
Automatically closed -- issue fixed for two weeks with no activity.