Do not escape HTML in verify/payment error messages

This commit is contained in:
Will Daly
2014-12-29 15:27:09 -08:00
parent 487bac519e
commit cbfb6a8290

View File

@@ -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>