From f582680627713f2b67c8506b4e3692d25b742298 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 9 Jan 2017 17:27:26 -0500 Subject: fix --- tmpl/page.atom.erb | 4 ++-- tmpl/page.html.erb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tmpl') 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 @@ <%= atom_title %> <%= atom_author.atom %> <% atom_categories.each do |c| %><%= c.atom %><% end %> - <% if atom_content %><%= SiteUtil::html_escape(atom_content) %><% end %> - <% if atom_rights %><%= SiteUtil::html_escape(atom_rights) %><% end %> + <% if atom_content %><%= Sitegen::html_escape(atom_content) %><% end %> + <% if atom_rights %><%= Sitegen::html_escape(atom_rights) %><% end %> diff --git a/tmpl/page.html.erb b/tmpl/page.html.erb index 504dbcb..5dc95ea 100644 --- a/tmpl/page.html.erb +++ b/tmpl/page.html.erb @@ -9,7 +9,7 @@
-

<%= SiteUtil::breadcrumbs(url) %>

+

<%= Sitegen::breadcrumbs(url) %>