Fix lack of print function in clone page

This commit is contained in:
Eliot Whalan 2016-06-24 13:01:31 +10:00
parent 5e25d4cc88
commit 6a1c6fcab1
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@
<fieldset>
<div class="well" style="padding-top: 10px;">
<div class="form-group is-empty" style="margin-top: 0px;">
<textarea class="form-control" rows="20" id="textArea" name="p">{{.Body}}</textarea>
<textarea class="form-control" rows="20" id="textArea">{{printf "%s" .Body}}</textarea>
<span class="help-block">Paste your text here</span>
</div>
</div>