antville/code/Global/rss10Item.skin
Hannes Wallnöfer 2ef71f35c1 removed padding whitespace chars from description element text,
which effectively changed the item text.
2002-05-21 14:30:59 +00:00

10 lines
501 B
Text

<item rdf:about="<% param.itemUrl %>">
<title><% param.itemTitle %></title>
<link><% param.itemUrl %></link>
<description><% param.itemDescription %></description>
<dc:publisher>Antville Weblog Tool</dc:publisher>
<dc:creator><% param.authorName %> (mailto:<% param.authorMail %>)</dc:creator>
<dc:rights>Copyright &#169; <% param.year %> <% param.authorName %></dc:rights>
<dc:subject><% param.subject %></dc:subject>
<dc:date><% param.date %></dc:date>
</item>