Index: trunk/extensions/UploadWizard/SpecialUploadWizard.php |
— | — | @@ -194,7 +194,7 @@ |
195 | 195 | . UploadWizardTutorial::getHtml() |
196 | 196 | . '</div>' |
197 | 197 | . '<div class="mwe-upwiz-buttons">' |
198 | | - . '<button class="mwe-upwiz-button-next" />' |
| 198 | + . '<button class="mwe-upwiz-button-next"></button>' |
199 | 199 | . '</div>' |
200 | 200 | . '</div>' |
201 | 201 | |
— | — | @@ -210,7 +210,7 @@ |
211 | 211 | . '<div id="mwe-upwiz-progress" class="ui-helper-clearfix"></div>' |
212 | 212 | . '</div>' |
213 | 213 | . '<div class="mwe-upwiz-buttons" style="display: none"/>' |
214 | | - . '<button class="mwe-upwiz-button-next" />' |
| 214 | + . '<button class="mwe-upwiz-button-next"></button>' |
215 | 215 | . '</div>' |
216 | 216 | . '</div>' |
217 | 217 | |
— | — | @@ -220,7 +220,7 @@ |
221 | 221 | . '<div id="mwe-upwiz-deeds" class="ui-helper-clearfix"></div>' |
222 | 222 | . '<div id="mwe-upwiz-deeds-custom" class="ui-helper-clearfix"></div>' |
223 | 223 | . '<div class="mwe-upwiz-buttons"/>' |
224 | | - . '<button class="mwe-upwiz-button-next" />' |
| 224 | + . '<button class="mwe-upwiz-button-next"></button>' |
225 | 225 | . '</div>' |
226 | 226 | . '</div>' |
227 | 227 | |
— | — | @@ -233,7 +233,7 @@ |
234 | 234 | . '<div id="mwe-upwiz-macro-files"></div>' |
235 | 235 | . '</div>' |
236 | 236 | . '<div class="mwe-upwiz-buttons"/>' |
237 | | - . '<button class="mwe-upwiz-button-next" />' |
| 237 | + . '<button class="mwe-upwiz-button-next"></button>' |
238 | 238 | . '</div>' |
239 | 239 | . '</div>' |
240 | 240 | |
— | — | @@ -242,7 +242,7 @@ |
243 | 243 | . '<div class="mwe-upwiz-buttons"/>' |
244 | 244 | . '<button class="mwe-upwiz-button-begin"></button>' |
245 | 245 | . '<br/><button class="mwe-upwiz-button-home"></button>' |
246 | | - . '</div>' |
| 246 | + . '</div>' |
247 | 247 | . '</div>' |
248 | 248 | |
249 | 249 | . '</div>' |