diff options
author | andi <andi@splitbrain.org> | 2005-03-28 20:04:07 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-03-28 20:04:07 +0200 |
commit | 16dfeadd790d45b9a6b7517724e3e39e55bf5b04 (patch) | |
tree | 1e5af51b771138635b2520061b9c27bcb0d2fd6b /tpl/default/main.php | |
parent | e6cfb54057720471b439f9b9eeee07d8da67ca47 (diff) | |
download | rpg-16dfeadd790d45b9a6b7517724e3e39e55bf5b04.tar.gz rpg-16dfeadd790d45b9a6b7517724e3e39e55bf5b04.tar.bz2 |
hebrew updates and rtl support (#89)
darcs-hash:20050328180407-9977f-70686376fc9ea179948db530de33edd3b83ab40d.gz
Diffstat (limited to 'tpl/default/main.php')
-rw-r--r-- | tpl/default/main.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tpl/default/main.php b/tpl/default/main.php index 1ce58f407..b4cf2bbf1 100644 --- a/tpl/default/main.php +++ b/tpl/default/main.php @@ -1,4 +1,5 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <? /** * DokuWiki Default Template @@ -13,7 +14,8 @@ * @author Andreas Gohr <andi@splitbrain.org> */ ?> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?=$conf['lang']?>" lang="<?=$conf['lang']?>" dir="ltr"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?=$conf['lang']?>" + lang="<?=$conf['lang']?>" dir="<?=$lang['direction']?>"> <head> <title><?=$ID?> [<?=hsc($conf['title'])?>]</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |