mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-26 00:08:42 +00:00
Remove whitespaces?
This commit is contained in:
parent
4d65fec042
commit
4d2ae25319
|
|
@ -6,10 +6,10 @@
|
|||
<div class="tab-content">
|
||||
<input type="radio" id="<?= $this->printHtml($this->getId()); ?>-c-tab-1" name="tabular-1" checked>
|
||||
<div class="tab">
|
||||
<textarea
|
||||
style="height: 300px"
|
||||
placeholder=""
|
||||
name="<?= $this->printHtml($this->getName()); ?>"
|
||||
<textarea
|
||||
style="height: 300px"
|
||||
placeholder=""
|
||||
name="<?= $this->printHtml($this->getName()); ?>"
|
||||
form="<?= $this->printHtml($this->getForm()); ?>">
|
||||
<?= $this->printHtml($this->getPlain()); ?>
|
||||
</textarea><input type="hidden" id="<?= $this->printHtml($this->getId()); ?>-parsed">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user