Escaping page title in RSS feeds (ticket:143)

This commit is contained in:
Alexey Verkhovsky 2005-04-28 05:10:58 +00:00
parent 69c839e70a
commit eae0312932
2 changed files with 14 additions and 1 deletions

View file

@ -8,7 +8,7 @@
<ttl>40</ttl>
<% for page in @pages_by_revision %>
<item>
<title><%= page.plain_name %></title>
<title><%= h page.plain_name %></title>
<% unless @hide_description %>
<description><%= h page.display_content %></description>
<% end %>