Matěj Suchánek has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/394849 )

Change subject: Add anchors to Special:ListDatatypes
......................................................................

Add anchors to Special:ListDatatypes

Bug: T181371
Change-Id: I2d499f3774b4d84148d699b17cec4d1b5c863d76
---
M repo/includes/Specials/SpecialListDatatypes.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/49/394849/1

diff --git a/repo/includes/Specials/SpecialListDatatypes.php 
b/repo/includes/Specials/SpecialListDatatypes.php
index 6175626..742121d 100644
--- a/repo/includes/Specials/SpecialListDatatypes.php
+++ b/repo/includes/Specials/SpecialListDatatypes.php
@@ -68,7 +68,7 @@
 
                return Html::rawElement(
                        'dt',
-                       [],
+                       [ 'id' => $dataTypeId ],
                        $this->msg( $baseKey . '-head' )->parse()
                )
                . Html::rawElement( 'dd', [],

-- 
To view, visit https://gerrit.wikimedia.org/r/394849
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2d499f3774b4d84148d699b17cec4d1b5c863d76
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Matěj Suchánek <matejsuchane...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to