@@ -90,11 +90,11 @@ |
||
90 | 90 | return |
91 | 91 | |
92 | 92 | '<div class="fileupload-container"> ' . |
93 | - '<label>' . \Message::newFromKey( 'upload-form-label-infoform-description' )->escaped() . ':<br>'. |
|
93 | + '<label>' . \Message::newFromKey( 'upload-form-label-infoform-description' )->escaped() . ':<br>' . |
|
94 | 94 | '<span class="mw-input">' . |
95 | - Html::element('textarea', ['name' => 'wfUploadDescription', 'cols' => '80', 'rows' => '8'], $uploadPageText) . |
|
95 | + Html::element( 'textarea', [ 'name' => 'wfUploadDescription', 'cols' => '80', 'rows' => '8' ], $uploadPageText ) . |
|
96 | 96 | '</span>' . |
97 | - '</label><br> '. |
|
97 | + '</label><br> ' . |
|
98 | 98 | '<span class="fileupload-dropzone fileinput-button"> ' . |
99 | 99 | '<i class="glyphicon glyphicon-plus"></i> ' . |
100 | 100 | '<span>' . \Message::newFromKey( 'simplebatchupload-buttonlabel' )->escaped() . '</span> ' . |