Siebrand has uploaded a new change for review.

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


Change subject: Set width for img to be integer
......................................................................

Set width for img to be integer

Bad value 100% for attribute width on element img: Expected a digit but
saw % instead.

Change-Id: I118eab6c9653c267cf74e9eaeda4ee2e9d897113
---
M specials/SpecialTwnMainPage.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/TwnMainPage 
refs/changes/16/63116/1

diff --git a/specials/SpecialTwnMainPage.php b/specials/SpecialTwnMainPage.php
index 1a2b963..3f5a11f 100644
--- a/specials/SpecialTwnMainPage.php
+++ b/specials/SpecialTwnMainPage.php
@@ -169,7 +169,7 @@
                        array(
                                'src' => $url,
                                'alt' => $group->getId(),
-                               'width' => '100%'
+                               'width' => '100'
                        )
                );
                $label = htmlspecialchars( $group->getLabel( 
$this->getContext() ) );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I118eab6c9653c267cf74e9eaeda4ee2e9d897113
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/TwnMainPage
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

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

Reply via email to