summaryrefslogtreecommitdiff
path: root/lib/tpl/default/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tpl/default/main.php')
-rw-r--r--lib/tpl/default/main.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/tpl/default/main.php b/lib/tpl/default/main.php
index a63831ae4..c7364f6a6 100644
--- a/lib/tpl/default/main.php
+++ b/lib/tpl/default/main.php
@@ -18,7 +18,10 @@
lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title><?php tpl_pagetitle()?> [<?php echo hsc($conf['title'])?>]</title>
+ <title>
+ <?php tpl_pagetitle()?>
+ [<?php echo strip_tags($conf['title'])?>]
+ </title>
<?php tpl_metaheaders()?>