Skip to content
Snippets Groups Projects
Commit cbfb6a82 authored by Will Daly's avatar Will Daly
Browse files

Do not escape HTML in verify/payment error messages

parent 487bac51
No related merge requests found
......@@ -4,7 +4,7 @@
<div class="msg-content">
<h3 class="title"><%- errorTitle %></h3>
<div class="copy">
<p><%- errorMsg %></p>
<p><%= errorMsg %></p>
</div>
</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