Skip to content

Commit

Permalink
FIX: Allow HTML in custom fields
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltrout committed Oct 3, 2014
1 parent aeba5ca commit 41db949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class='controls'>
<label>{{input checked=value type="checkbox"}} {{field.description}}</label>
<label>{{input checked=value type="checkbox"}} {{{field.description}}}</label>
</div>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<label>{{{field.name}}}</label>
<div class='controls'>
{{input value=value}}
<p>{{field.description}}</p>
<p>{{{field.description}}}</p>
</div>

0 comments on commit 41db949

Please sign in to comment.