diff --git a/app/views/wiki_pages/show.html.erb b/app/views/wiki_pages/show.html.erb index e8d260d2d..2f45e9217 100644 --- a/app/views/wiki_pages/show.html.erb +++ b/app/views/wiki_pages/show.html.erb @@ -18,7 +18,7 @@

<%= wiki_page_other_names_list(@wiki_page) %>

<% end %> - <%= format_text(@wiki_page.body) %> + <%#= format_text(@wiki_page.body) %> <% if @wiki_page.artist %>

<%= link_to "View artist", @wiki_page.artist %>