Bug Fix #1032
Data changes on 2nd or 3rd save. Try ``` abc </textarea> def ``` OR ``` <code> <p> test </p> </code> ```
This commit is contained in:
parent
d1f7e32885
commit
dd037a96ea
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue