aboutsummaryrefslogtreecommitdiff
path: root/app/views/resources/_resource.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/resources/_resource.html.erb')
-rw-r--r--app/views/resources/_resource.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/resources/_resource.html.erb b/app/views/resources/_resource.html.erb
index 585bed8..2debec2 100644
--- a/app/views/resources/_resource.html.erb
+++ b/app/views/resources/_resource.html.erb
@@ -5,7 +5,7 @@
<time datetime="<%= h resource.updated_at %>" class="updated_at">
<p class="identifier"><%= resource_url(resource) %></p>
</header>
- <div><%= h resource.description %></div>
+ <%= m resource.description %>
<hr>
<code><pre><%= h JSON.pretty_generate(resource.feature.as_json) %></pre></code>
<p>... <%= session[:current_agent] %>...</p>