From: Bartosz DziewoƄski Date: Tue, 14 Jul 2015 18:57:07 +0000 (+0200) Subject: TitleInputWidget: Correct CSS class name in PHP code to match JS code X-Git-Tag: 1.31.0-rc.0~10774^2 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=f648ab4039381f2d3561a2e1bc74349fa3c8dcda;p=lhc%2Fweb%2Fwiklou.git TitleInputWidget: Correct CSS class name in PHP code to match JS code Change-Id: If05c5fbc052310b0b663da6ff283d821ed00ea73 --- diff --git a/includes/widget/TitleInputWidget.php b/includes/widget/TitleInputWidget.php index 7ddc67ac45..aebcceb3b3 100644 --- a/includes/widget/TitleInputWidget.php +++ b/includes/widget/TitleInputWidget.php @@ -36,7 +36,7 @@ class TitleInputWidget extends TextInputWidget { } // Initialization - $this->addClasses( array( 'mw-widget-TitleInputWidget' ) ); + $this->addClasses( array( 'mw-widget-titleInputWidget' ) ); } public function getConfig( &$config ) {