Skip to content

Commit

Permalink
Revert "Update TimelessTemplate.php"
Browse files Browse the repository at this point in the history
This reverts commit 517c734.
  • Loading branch information
TranTheTrung committed May 26, 2021
1 parent 4eccb39 commit dbd8073
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 @@ -260,7 +260,7 @@ protected function getPortlet( $name, $content, $msg = null, $setOptions = [] )
$html = Html::rawElement( 'div', $divOptions,
Html::rawElement( 'div', $bodyDivOptions,
$contentText .
$this->getAfterPortlet( 'navigation' )
$this->getAfterPortlet( $name )
)
);
} else {
Expand Down

0 comments on commit dbd8073

Please sign in to comment.