mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-29 09:48:40 +00:00
Fixing editor bugs
This commit is contained in:
parent
8989ea0e80
commit
3a6a4339a8
|
|
@ -1,6 +1,6 @@
|
|||
<section class="box w-100">
|
||||
<div class="inner">
|
||||
<input type="text" placeholder=" This is a news title" form="newsForm">
|
||||
<input type="text" name="title" placeholder=" This is a news title" form="newsForm">
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
<input type="radio" id="c-tab-1" name="tabular-1" checked>
|
||||
|
||||
<div class="tab">
|
||||
<textarea style="height: 300px" placeholder="" form="newsForm"></textarea><input type="hidden" id="iParsed" name="parsed">
|
||||
<textarea style="height: 300px" placeholder="" name="plain" form="newsForm"></textarea><input type="hidden" id="iParsed" name="parsed">
|
||||
</div>
|
||||
<input type="radio" id="c-tab-2" name="tabular-1">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user