Language attribute in html element.
peterx - February 27, 2009 - 06:17
| Project: | Alchemist |
| Version: | 6.x-6.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
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; ?>">
