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