summaryrefslogtreecommitdiff
path: root/tmpl/page.atom.erb
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-09 17:27:26 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-09 17:27:26 -0500
commitf582680627713f2b67c8506b4e3692d25b742298 (patch)
tree19fb135ba6b9bc000ac670acaaa3db1bcad4d08b /tmpl/page.atom.erb
parenta70b39250252962df17670cee743d01d1a6f7c16 (diff)
fix
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>