Commit 234691e4 by Will Daly

Merge pull request #6396 from edx/will/ecom-848

ECOM-848: No Flash Detected Error; HTML rendering as text
parents 2eab51ab cbfb6a82
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<div class="msg-content"> <div class="msg-content">
<h3 class="title"><%- errorTitle %></h3> <h3 class="title"><%- errorTitle %></h3>
<div class="copy"> <div class="copy">
<p><%- errorMsg %></p> <p><%= errorMsg %></p>
</div> </div>
</div> </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