diff options
author | andi <andi@splitbrain.org> | 2005-06-17 19:50:13 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-06-17 19:50:13 +0200 |
commit | 5c3f206fdf145109911ae769c032e557437a9121 (patch) | |
tree | a5efa32468eeed03c70c982d6e0a77e6b5e52572 /lib/tpl/default | |
parent | a00f13e13221d2be214ebff5b883dfc0a361638e (diff) | |
download | rpg-5c3f206fdf145109911ae769c032e557437a9121.tar.gz rpg-5c3f206fdf145109911ae769c032e557437a9121.tar.bz2 |
minor fixes
darcs-hash:20050617175013-9977f-85394cdeaca3f0b07150dcd4d6850d1f63b7d9c1.gz
Diffstat (limited to 'lib/tpl/default')
-rw-r--r-- | lib/tpl/default/main.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tpl/default/main.php b/lib/tpl/default/main.php index e7dd3a7d1..b3b0d5de1 100644 --- a/lib/tpl/default/main.php +++ b/lib/tpl/default/main.php @@ -17,7 +17,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>"> <head> - <title><?php echo $ID?> [<php echo hsc($conf['title'])?>]</title> + <title><?php echo $ID?> [<?php echo hsc($conf['title'])?>]</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <?php tpl_metaheaders()?> |