OSDN Git Service

MERGE: リビジョン1894〜1990
[nucleus-jp/nucleus-next.git] / xml-rss2.php
old mode 100644 (file)
new mode 100755 (executable)
index 9ee70e7..ab66174
@@ -15,7 +15,7 @@
  * Nucleus RSS syndication channel skin
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2009 The Nucleus Group
- * @version $Id: xml-rss2.php 1624 2012-01-09 11:36:20Z sakamocchi $
+ * @version $Id: xml-rss2.php 1721 2012-03-31 10:18:25Z sakamocchi $
  */
 
 header('Pragma: no-cache');
@@ -56,8 +56,8 @@ else
        echo '<?xml version="1.0" encoding="' . i18n::get_current_charset() . '"?>' . "\n";
        echo "<rss version=\"2.0\">\n";
        echo "<channel>\n";
-       echo '<title>' . ENTITY::hsc($CONF['SiteName']) . "</title>\n";
-       echo "<link>" . ENTITY::hsc($CONF['IndexURL']) . "</link>\n";
+       echo '<title>' . Entity::hsc($CONF['SiteName']) . "</title>\n";
+       echo "<link>" . Entity::hsc($CONF['IndexURL']) . "</link>\n";
        echo "<description></description>\n";
        echo "<docs>http://backend.userland.com/rss</docs>\n";
        echo "</channel>\n";