jenkins-bot has submitted this change and it was merged.
Change subject: WikiAdmin: Fixed markup
......................................................................
WikiAdmin: Fixed markup
There was a </ul> too much in the left navigation markup.
Needs merge to REL1_23
Change-Id: Iaa56716efe16139c43651d3851e2bae497442f38
---
M WikiAdmin/WikiAdmin.class.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Mglaser: Looks good to me, approved
jenkins-bot: Verified
diff --git a/WikiAdmin/WikiAdmin.class.php b/WikiAdmin/WikiAdmin.class.php
index e4fe8bb..d40c105 100644
--- a/WikiAdmin/WikiAdmin.class.php
+++ b/WikiAdmin/WikiAdmin.class.php
@@ -224,7 +224,7 @@
$aOutSortable['SpecialPages'] =
self::getMediaWikiSpecialPageItem();
ksort( $aOutSortable );
- $aOut[] = implode( "\n", $aOutSortable ).'</ul>';
+ $aOut[] = implode( "\n", $aOutSortable );
$aOut[] = '</ul>';
if ( $tpl instanceof BsBaseTemplate ) {
--
To view, visit https://gerrit.wikimedia.org/r/252697
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iaa56716efe16139c43651d3851e2bae497442f38
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: master
Gerrit-Owner: Robert Vogel <[email protected]>
Gerrit-Reviewer: Mglaser <[email protected]>
Gerrit-Reviewer: Pwirth <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits