diff --git a/app/views/wiki/list.rhtml b/app/views/wiki/list.rhtml index acd20568..b5876fb3 100644 --- a/app/views/wiki/list.rhtml +++ b/app/views/wiki/list.rhtml @@ -6,7 +6,7 @@ <%- unless @pages_that_are_orphaned.empty? && @page_names_that_are_wanted.empty? -%>

All Pages -
All pages in <%= @set_name %> listed alphabetically +
All pages in <%= raw @set_name %> listed alphabetically

<%- end -%> @@ -30,7 +30,7 @@ Wanted Pages
- Nonexistent pages that other pages in <%= @set_name %> reference + Nonexistent pages that other pages in <%= raw @set_name %> reference @@ -51,7 +51,7 @@ <%- unless @pages_that_are_orphaned.empty? -%>

Orphaned Pages -
Pages in <%= @set_name %> that no other page reference +
Pages in <%= raw @set_name %> that no other page reference