Escaping page title in RSS feeds (ticket:143)
This commit is contained in:
parent
69c839e70a
commit
eae0312932
2 changed files with 14 additions and 1 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue