Posted by peterx on February 27, 2009 at 6:17am
| Project: | Alchemist |
| Version: | 6.x-6.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I am testing this theme at http://d-theme.com/alchemist. The following html element, in page.tpl.php, is missing the language and direction attributes.<html xmlns="http://www.w3.org/1999/xhtml">
For a test I expanded the html element to:<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language; ?>" xml:lang="<?php print $language->language; ?>" dir="<?php print $language->dir; ?>">