openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 9d930192e09ad0e2ed2e31b9ab1153bf4bd25718
parent 06a9ec2281acb014e016244ab0c760504b0f74bb
Author: dankert <devnull@localhost>
Date:   Sat, 26 Sep 2009 02:36:02 +0200

HTML-Titel auch HTML-kodieren

Diffstat:
themes/default/include/html/page.inc.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/include/html/page.inc.php b/themes/default/include/html/page.inc.php @@ -3,7 +3,7 @@ ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> - <title><?php echo isset($attr_title)?$attr_title.' - ':(isset($windowTitle)?lang($windowTitle).' - ':'') ?><?php echo $cms_title ?></title> + <title><?php echo isset($attr_title)?$attr_title.' - ':(isset($windowTitle)?langHtml($windowTitle).' - ':'') ?><?php echo $cms_title ?></title> <meta http-equiv="content-type" content="text/html; charset=<?php echo $charset ?>" > <meta name="MSSmartTagsPreventParsing" content="true" > <meta name="robots" content="noindex,nofollow" >