Index: trunk/extensions/MobileFrontend/views/layout/application.html.php |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | $applicationHtml = <<<EOT |
4 | 4 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
5 | | -<html lang='{$code}' dir='{$dir}' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'> |
| 5 | +<html lang='{$code}' dir='{$dir}' xml:lang='{$code}' xmlns='http://www.w3.org/1999/xhtml'> |
6 | 6 | <head> |
7 | 7 | <title>{$title}</title> |
8 | 8 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |