give tabs a class for special styling
I nearly needed that but then didn't. but it might come in handy
This commit is contained in:
parent
fbf9e9d682
commit
a94fc7a514
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ $tabs = \dokuwiki\template\sprintdoc\Template::getInstance()->getMetaBoxTabs();
|
|||
<li class="a11y"> </li>
|
||||
<?php
|
||||
foreach($tabs as $tab) {
|
||||
echo '<li>';
|
||||
echo '<li class="' . $tab['id'] . '">';
|
||||
echo '<a href="#' . $tab['id'] . '" aria-expanded="false">';
|
||||
echo '<span class="prefix">';
|
||||
echo $tab['label'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue