diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-24 09:42:53 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-24 09:42:53 +0000 |
commit | 7186c4433e85f4f307466e9706b2a62e30a9b173 (patch) | |
tree | 033ae5873052a6108a346da9e259fcdeef3a9ecd /modules/system/maintenance-page.tpl.php | |
parent | ff4fd98430669b6355d91c2a5042b116d840d3da (diff) | |
download | brdo-7186c4433e85f4f307466e9706b2a62e30a9b173.tar.gz brdo-7186c4433e85f4f307466e9706b2a62e30a9b173.tar.bz2 |
#208768 by dvessel, Arancaytar: language direction should be in the HTML source, so it is more accessible even without CSS
Diffstat (limited to 'modules/system/maintenance-page.tpl.php')
-rw-r--r-- | modules/system/maintenance-page.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/maintenance-page.tpl.php b/modules/system/maintenance-page.tpl.php index 12037ab93..e29f2cb10 100644 --- a/modules/system/maintenance-page.tpl.php +++ b/modules/system/maintenance-page.tpl.php @@ -16,7 +16,7 @@ ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>"> <head> <title><?php print $head_title; ?></title> |