mirror of https://github.com/gophish/gophish
Fixed HTML Previewing
parent
023d0207a8
commit
32ffe46363
|
@ -23,7 +23,7 @@
|
|||
<textarea rows="10" class="form-control" ng-model="template.html" placeholder="HTML"></textarea>
|
||||
</tab>
|
||||
<tab heading="Preview">
|
||||
<textarea rows="10" class="form-control" ng-model="template.html" contenteditable></textarea>
|
||||
<div ng-model="template.html" contenteditable></div>
|
||||
</tab>
|
||||
</tabset>
|
||||
|
||||
|
|
Loading…
Reference in New Issue