diff options
Diffstat (limited to '')
-rw-r--r-- | include/page_header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/page_header.php b/include/page_header.php index 778d5661c..f9b130c3c 100644 --- a/include/page_header.php +++ b/include/page_header.php @@ -48,7 +48,7 @@ $template->assign_vars( $page['body_id'] : '', 'CONTENT_ENCODING' => $lang_info['charset'], - 'PAGE_TITLE' => $title, + 'PAGE_TITLE' => strip_tags($title), 'LANG'=>$lang_info['code'], 'DIR'=>$lang_info['direction'], |