From e4347882e29901cae536ed0bbb4f76becedc14f7 Mon Sep 17 00:00:00 2001 From: misol Date: Fri, 14 Aug 2009 07:06:32 +0000 Subject: [PATCH] =?UTF-8?q?#18229740=20-=20=EC=A0=9C=EB=AA=A9=EC=97=90=20?= =?UTF-8?q?=EC=A3=BC=EC=84=9D=ED=91=9C=EA=B0=80=20=EC=9E=88=EC=9D=84?= =?UTF-8?q?=EB=95=8C=20=ED=8E=98=EC=9D=B4=EC=A7=80=EA=B0=80=20=EB=B3=B4?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=95=8A=EB=8A=94=20=ED=98=84=EC=83=81=20?= =?UTF-8?q?=EC=88=98=EC=A0=95,=20RSS=EB=AA=A8=EB=93=88=EB=8F=84=20?= =?UTF-8?q?=EC=9D=B4=EC=97=90=20=EB=A7=9E=EC=B6=94=EC=96=B4=20=EC=88=98?= =?UTF-8?q?=EC=A0=95.=20#18221722=20=ED=8E=98=EC=9D=B4=EC=A7=80=EC=99=80?= =?UTF-8?q?=20=EA=B0=99=EC=9D=80=20=ED=98=84=EC=83=81=20=EA=B4=80=EB=A0=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6748 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- classes/context/Context.class.php | 2 +- modules/rss/tpl/atom10.html | 2 +- modules/rss/tpl/rss20.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/classes/context/Context.class.php b/classes/context/Context.class.php index 7d29450e9..15a0ec221 100644 --- a/classes/context/Context.class.php +++ b/classes/context/Context.class.php @@ -443,7 +443,7 @@ **/ function getBrowserTitle() { $oContext = &Context::getInstance(); - return $oContext->_getBrowserTitle(); + return htmlspecialchars($oContext->_getBrowserTitle()); } /** diff --git a/modules/rss/tpl/atom10.html b/modules/rss/tpl/atom10.html index dce7553bb..2ebf22df5 100644 --- a/modules/rss/tpl/atom10.html +++ b/modules/rss/tpl/atom10.html @@ -1,7 +1,7 @@ {''} - {htmlspecialchars($info->title)} + {$info->title} {str_replace('\'', ''', htmlspecialchars($info->description))} diff --git a/modules/rss/tpl/rss20.html b/modules/rss/tpl/rss20.html index 5493b4c3f..b3efaf6e8 100644 --- a/modules/rss/tpl/rss20.html +++ b/modules/rss/tpl/rss20.html @@ -2,7 +2,7 @@ - {htmlspecialchars($info->title)} + {$info->title} {$info->link} {$info->description} {$info->language}