Merge pull request #1034 from anaggh/patch-1

Bug Fix #1032
This commit is contained in:
Diego Najar 2019-05-26 22:43:44 +02:00 committed by GitHub
commit 7b1ae6d86e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ echo Bootstrap::formOpen(array(
</div>
<!-- Editor -->
<textarea id="jseditor" class="editable h-100" style=""><?php echo $page->contentRaw(false) ?></textarea>
<textarea id="jseditor" class="editable h-100" style=""><?php echo $page->contentRaw(true) ?></textarea>
</form>