Improves site_errors.
[platal.git] / templates / feed.rss2.tpl
index 6e6db1e..3002f0c 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2008 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -34,7 +34,7 @@
     </image>
     {iterate item=article from=$feed}
     <item>
-      <title>{$article->title|strip_tags|htmlentities}</title>
+      <title><![CDATA[{$article->title|strip_tags}]]></title>
       <guid isPermaLink="false">{$article->id}</guid>
       <link>{$article->link}</link>
       <description><![CDATA[{include file=$article->template article=$article}]]></description>