Fixes typo in merge conflict

This commit is contained in:
Samuel Georges 2019-12-09 20:58:16 +11:00
parent 4704f85096
commit 63729e401b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
$lazy = in_array($name, $tabs->lazy);
?>
<li class="<?= ($index++ === 0) ? 'active' : '' ?> <?= $lazy ? 'tab-lazy' : '' ?>">
<a href="#<?= $type . 'tab-' . $index ?>">
<a href="#<?= $type . 'tab-' . $index ?>" data-tab-name="<?= e($name) ?>">
<span class="title">
<span>
<?php if ($tabs->getIcon($name)): ?><span class="<?= $tabs->getIcon($name) ?>"></span><?php endif; ?>