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