mediawiki-skins-MinervaNeue/includes/Skins/menuGroup.mustache
Fomafix 3bae52817b Fix HTML errors reported by Firefox view-source
* Add missing spaces between attributes.
* Remove duplicate attributes.
* Remove unnecessary spaces and newlines.

Change-Id: Ia688234712f24f20cb1b45496f4736a98e69b00f
2024-04-15 22:51:21 +00:00

9 lines
293 B
Plaintext

<li class="toggle-list-item {{class}}">
{{#components}}
<a class="toggle-list-item__anchor {{class}}"{{#array-attributes}} {{key}}="{{value}}"{{/array-attributes}}>
{{#data-icon}}{{>Icon}}{{/data-icon}}
<span class="toggle-list-item__label">{{label}}</span>
</a>
{{/components}}
</li>