From: Daniel Kinzler Date: Sun, 13 Aug 2006 22:12:50 +0000 (+0000) Subject: fixing html escape of page title in

tag (bug 6986) X-Git-Tag: 1.31.0-rc.0~55997 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=2cd8557e488fcf780ea620c7db66bf41c497f7ba;p=lhc%2Fweb%2Fwiklou.git fixing html escape of page title in

tag (bug 6986) --- diff --git a/skins/MonoBook.php b/skins/MonoBook.php index 6063b39166..2bac99aefa 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -95,7 +95,7 @@ class MonoBookTemplate extends QuickTemplate {
data['sitenotice']) { ?>
html('sitenotice') ?>
-

data['displaytitle']!=""?$this->text('title'):$this->html('title') ?>

+

data['displaytitle']!=""?$this->html('title'):$this->text('title') ?>

msg('tagline') ?>

html('subtitle') ?>