Bug 13685: Sorting by author in opac reading history
[srvgit] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-news-rss.tt
index ac952f5..aa18011 100644 (file)
@@ -8,7 +8,7 @@
       [% FOREACH newsitem IN koha_news %]
       <item>
         <title>[% newsitem.title |html %]</title>
-        <description>[% newsitem.new |html %]</description>
+        <description>[% newsitem.content |html %]</description>
         <guid>[% OPACBaseURL %]/cgi-bin/koha/opac-main.pl#newsitem[% newsitem.idnew |html %]</guid>
       </item>
       [% END %]