From 4abd1b067f249c19bf9706353120474d97ada8d8 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Thu, 28 Apr 2016 14:06:47 -0700 Subject: [PATCH] debugging dtext --- app/views/wiki_pages/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>