Skip to content
Snippets Groups Projects
Commit 211945e0 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

sanitize

parent 36465afa
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
</div>
<div class="card-body">
<p class="lead">
<%= raw @page.description_short %>
<%= sanitize @page.description_short %>
</p>
</div>
</div>
......
......@@ -10,7 +10,7 @@
</div>
<div class="card-body">
<p class="lead">
<%= raw @post.description_short %>
<%= sanitize @post.description_short %>
</p>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment