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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user