Escape characters from raw xml data going into the text box so that the round-trip doesn't get rid of neccessary xml escaping

This commit is contained in:
Calen Pennington
2012-07-12 19:30:25 -04:00
parent 4aab04e4ab
commit 57d8361acb

View File

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