summaryrefslogtreecommitdiff
path: root/tmpl/page.atom.erb
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/page.atom.erb')
-rw-r--r--tmpl/page.atom.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpl/page.atom.erb b/tmpl/page.atom.erb
index d690974..e4957e3 100644
--- a/tmpl/page.atom.erb
+++ b/tmpl/page.atom.erb
@@ -6,6 +6,6 @@
<title><%= atom_title %></title>
<author><%= atom_author.atom %></author>
<% atom_categories.each do |c| %><%= c.atom %><% end %>
- <% if atom_content %><content type="html"><%= SiteUtil::html_escape(atom_content) %></content><% end %>
- <% if atom_rights %><rights type="html"><%= SiteUtil::html_escape(atom_rights) %></rights><% end %>
+ <% if atom_content %><content type="html"><%= Sitegen::html_escape(atom_content) %></content><% end %>
+ <% if atom_rights %><rights type="html"><%= Sitegen::html_escape(atom_rights) %></rights><% end %>
</entry>