Commit c752a56f by Calen Pennington

Escape characters from raw xml data going into the text box so that the…

Escape characters from raw xml data going into the text box so that the round-trip doesn't get rid of neccessary xml escaping
parent 358c717d
......@@ -33,7 +33,7 @@
</section>
</section>
<textarea name="" class="edit-box" rows="8" cols="40">${data}</textarea>
<textarea name="" class="edit-box" rows="8" cols="40">${data | h}</textarea>
<pre class="preview">${data | h}</pre>
<div class="actions wip">
......
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