Fix lack of print function in clone page
This commit is contained in:
parent
4471eba47a
commit
a09e2db02c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue