OSDN Git Service

CHANGE: インストラーのロケール選択画面に翻訳メッセージを追加
[nucleus-jp/nucleus-next.git] / xml-rss2.php
index 7e76b12..76b154f 100644 (file)
@@ -2,7 +2,7 @@
 \r
 /*\r
  * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
- * Copyright (C) 2002-2009 The Nucleus Group\r
+ * Copyright (C) 2002-2012 The Nucleus Group\r
  *\r
  * This program is free software; you can redistribute it and/or\r
  * modify it under the terms of the GNU General Public License\r
@@ -14,7 +14,7 @@
 /**\r
  * Nucleus RSS syndication channel skin\r
  * @license http://nucleuscms.org/license.txt GNU General Public License\r
- * @copyright Copyright (C) 2002-2009 The Nucleus Group\r
+ * @copyright Copyright (C) 2002-2012 The Nucleus Group\r
  * @version $Id: xml-rss2.php 1624 2012-01-09 11:36:20Z sakamocchi $\r
  */\r
 \r
@@ -56,8 +56,8 @@ else
        echo '<?xml version="1.0" encoding="' . i18n::get_current_charset() . '"?>' . "\n";\r
        echo "<rss version=\"2.0\">\n";\r
        echo "<channel>\n";\r
-       echo '<title>' . ENTITY::hsc($CONF['SiteName']) . "</title>\n";\r
-       echo "<link>" . ENTITY::hsc($CONF['IndexURL']) . "</link>\n";\r
+       echo '<title>' . Entity::hsc($CONF['SiteName']) . "</title>\n";\r
+       echo "<link>" . Entity::hsc($CONF['IndexURL']) . "</link>\n";\r
        echo "<description></description>\n";\r
        echo "<docs>http://backend.userland.com/rss</docs>\n";\r
        echo "</channel>\n";\r