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
(cherry picked from commit 180b010023b6551677c7200604ecf608c39597b7)
---
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 2501ac1..7599f61 100644
--- a/WikiAdmin/WikiAdmin.class.php
+++ b/WikiAdmin/WikiAdmin.class.php
@@ -221,7 +221,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/252705
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: REL1_23
Gerrit-Owner: Mglaser <[email protected]>
Gerrit-Reviewer: Mglaser <[email protected]>
Gerrit-Reviewer: Robert Vogel <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to