Page MenuHomePhabricator

htmlFormpatch.diff

Authored By
bzimport
Nov 21 2014, 10:37 PM
Size
494 B
Referenced Files
None
Subscribers
None

htmlFormpatch.diff

Index: HTMLForm.php
===================================================================
--- HTMLForm.php (revision 63755)
+++ HTMLForm.php (working copy)
@@ -572,7 +572,7 @@
if( !$hasLeftColumn ) // Avoid strange spacing when no labels exist
$classes[] = 'mw-htmlform-nolabel';
$attribs = array(
- 'classes' => implode( ' ', $classes ),
+ 'class' => implode( ' ', $classes ),
);
if ( $sectionName )
$attribs['id'] = Sanitizer::escapeId( "mw-htmlform-$sectionName" );

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5253
Default Alt Text
htmlFormpatch.diff (494 B)

Event Timeline