Mglaser has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/252705

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(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceExtensions 
refs/changes/05/252705/1

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: newchange
Gerrit-Change-Id: Iaa56716efe16139c43651d3851e2bae497442f38
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: REL1_23
Gerrit-Owner: Mglaser <[email protected]>
Gerrit-Reviewer: Robert Vogel <[email protected]>

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

Reply via email to