Index: trunk/extensions/ArticleFeedbackv5/api/ApiViewFeedbackArticleFeedbackv5.php |
— | — | @@ -343,6 +343,7 @@ |
344 | 344 | 'class' => 'articleFeedbackv5-unhelpful-link' |
345 | 345 | ), wfMessage( 'articlefeedbackv5-form-helpful-no-label', $record[0]->af_unhelpful_count )->text() ); |
346 | 346 | } |
| 347 | + $footer_links .= Html::closeElement( 'p' ); |
347 | 348 | |
348 | 349 | $footer_links .= Html::element( 'span', array( |
349 | 350 | 'class' => 'articleFeedbackv5-helpful-votes' |
— | — | @@ -353,7 +354,6 @@ |
354 | 355 | 'id' => "articleFeedbackv5-abuse-link-$id", |
355 | 356 | 'class' => 'articleFeedbackv5-abuse-link' |
356 | 357 | ), wfMessage( 'articlefeedbackv5-form-abuse', $record[0]->af_abuse_count )->text() ) ) : '' ) |
357 | | - . Html::closeElement( 'p' ) |
358 | 358 | . Html::closeElement( 'div' ); |
359 | 359 | |
360 | 360 | // Don't render the toolbox if they can't do anything with it. |