diff --git a/includes/SkinVector.php b/includes/SkinVector.php index 01c837bc6..6399f7264 100644 --- a/includes/SkinVector.php +++ b/includes/SkinVector.php @@ -60,12 +60,6 @@ abstract class SkinVector extends SkinMustache { /** @var int */ private const MENU_TYPE_DROPDOWN = 2; private const MENU_TYPE_PORTAL = 3; - private const NO_ICON = [ - 'icon' => 'none', - 'is-quiet' => true, - 'tabindex' => '-1', - 'class' => 'sticky-header-icon' - ]; private const TALK_ICON = [ 'href' => '#', 'id' => 'ca-talk-sticky-header', @@ -495,7 +489,6 @@ abstract class SkinVector extends SkinMustache { */ public function getTemplateData(): array { $skin = $this; - $out = $skin->getOutput(); $parentData = $this->decoratePortletsData( parent::getTemplateData() ); $featureManager = VectorServices::getFeatureManager(); diff --git a/includes/templates/TableOfContents__line.mustache b/includes/templates/TableOfContents__line.mustache index 09fd407dc..88d6e39cc 100644 --- a/includes/templates/TableOfContents__line.mustache +++ b/includes/templates/TableOfContents__line.mustache @@ -1,4 +1,4 @@ - -
  • +
  • 1foo
    @@ -19,20 +19,20 @@ exports[`Table of contents when \`vector-is-collapse-sections-enabled\` is false
  • -
  • +
  • 2bar