Fix whitespace

This commit is contained in:
Dennis Eichhorn 2018-12-17 19:02:54 +01:00
parent 1dbd73f17a
commit 3e9e476861

View File

@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>
<div class="ipt-wrap"> <div class="ipt-wrap">
<div class="ipt-first"><input type="text" id="iTitle" name="title" class="wf-100" value="<?= $this->printHtml($image->getMedia()->getName()); ?>"></div> <div class="ipt-first"><input type="text" id="iTitle" name="title" class="wf-100" value="<?= $this->printHtml($image->getMedia()->getName()); ?>"></div>
<div class="ipt-second"><input type="submit" value="<?= $this->getHtml('Save', 0, 0); ?>"></div> <div class="ipt-second"><input type="submit" value="<?= $this->getHtml('Save', 0, 0); ?>"></div>
</div> </div>
</form> </form>
</div> </div>
</section> </section>