Commit cbfb6a82 by Will Daly

Do not escape HTML in verify/payment error messages

parent 487bac51
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment