Skip to content

Commit

Permalink
Update TimelessTemplate.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TranTheTrung authored Jun 9, 2021
1 parent 6728dae commit 9e4d5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skins/Timeless/includes/TimelessTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function getHeader() {
);
}

$pageTools = Html::rawElement('div',['id' => 'sidebar-button', 'class' => 'sidebar-button'],"");
$pageTools = Html::rawElement('div',['id' => 'sidebar-button', 'class' => 'sidebar-button']);
$list = ['namespaces', 'page-primary', 'variants'];
foreach ( $list as $key => $groupName ) {
if ($this->pileOfTools[$groupName]) {
Expand Down

0 comments on commit 9e4d5ad

Please sign in to comment.