Fix closing tags in header

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/14419/head
Julius Härtl 7 years ago
parent e5cacc0fe3
commit dc5eea1287
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
  1. 4
      core/templates/layout.user.php

@ -58,7 +58,7 @@
<?php if ($_['themingInvertMenu']) { ?>
<defs><filter id="invertMenuMain-<?php p($entry['id']); ?>"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0" /></filter></defs>
<?php } ?>
<image x="0" y="0" width="20" height="20" preserveAspectRatio="xMinYMin meet"<?php if ($_['themingInvertMenu']) { ?> filter="url(#invertMenuMain-<?php p($entry['id']); ?>)"<?php } ?> xlink:href="<?php print_unescaped($entry['icon'] . '?v=' . $_['versionHash']); ?>" class="app-icon" />
<image x="0" y="0" width="20" height="20" preserveAspectRatio="xMinYMin meet"<?php if ($_['themingInvertMenu']) { ?> filter="url(#invertMenuMain-<?php p($entry['id']); ?>)"<?php } ?> xlink:href="<?php print_unescaped($entry['icon'] . '?v=' . $_['versionHash']); ?>" class="app-icon"></image>
</svg>
<span>
<?php p($entry['name']); ?>
@ -147,7 +147,7 @@
</nav>
</div>
</div>
</div></header>
</header>
<div id="sudo-login-background" class="hidden"></div>
<form id="sudo-login-form" class="hidden">

Loading…
Cancel
Save