mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-23 22:13:38 +00:00
fix(toc): 🐛 incorrect closing tag for toc summary
This commit is contained in:
parent
00bda1f2b3
commit
51c7110b92
|
@ -10,7 +10,7 @@
|
|||
<span class="citizen-toc-numb">{{number}}</span>
|
||||
<span class="citizen-toc-heading">{{{line}}}</span>
|
||||
</div>
|
||||
{{#html-summary}}<div class="citizen-toc-summary">{{{.}}}</span>{{/html-summary}}
|
||||
{{#html-summary}}<div class="citizen-toc-summary">{{{.}}}</div>{{/html-summary}}
|
||||
</div>
|
||||
</a>
|
||||
{{#is-top-level-section}}{{#is-parent-section}}
|
||||
|
@ -24,4 +24,4 @@
|
|||
{{>TableOfContents__line}}
|
||||
{{/array-sections}}
|
||||
</ul>
|
||||
</li>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue