Skip to content

Commit

Permalink
PR-18 Use less strict html character conversion
Browse files Browse the repository at this point in the history
Related #18

Signed-off-by: Anton Fedurtsya <anton@fedurtsya.com>
  • Loading branch information
Sieg committed Nov 26, 2021
1 parent 7afe52b commit 1192f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Application/views/admin/tpl/ddoewysiwyg.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<div class="ddoe-wysiwyg" id="ddoew">
<div class="ddoe-wysiwyg-editor">
<textarea [{if $blTextEditorDisabled }]disabled [{/if}]id="editor_[{$sEditorField}]" name="[{$sEditorField}]" style="width: [{if $iEditorWidth}][{$iEditorWidth}][{else}]100%[{/if}]; height: [{if $iEditorheight}][{$iEditorheight}][{else}]300px[{/if}];">[{$sEditorValue|escape:"htmlall":"UTF-8"}]}]</textarea>
<textarea [{if $blTextEditorDisabled }]disabled [{/if}]id="editor_[{$sEditorField}]" name="[{$sEditorField}]" style="width: [{if $iEditorWidth}][{$iEditorWidth}][{else}]100%[{/if}]; height: [{if $iEditorheight}][{$iEditorheight}][{else}]300px[{/if}];">[{$sEditorValue|escape:"html"}]</textarea>
</div>
</div>

Expand Down

0 comments on commit 1192f54

Please sign in to comment.