Index: trunk/extensions/FlaggedRevs/specialpages/ReaderFeedback_body.php |
— | — | @@ -177,8 +177,7 @@ |
178 | 178 | '<h4>'.wfMsgHtml('ratinghistory-table')."</h4>\n$tallyTable"; |
179 | 179 | } else { |
180 | 180 | return '<err#>'.wfMsgExt( 'readerfeedback-voted', array('parseinline'), |
181 | | - $form->page->getPrefixedText(), $graphLink, $talk->getFullUrl( 'action=edit§ion=new' ) ) . |
182 | | - '<h4>'.wfMsgHtml('ratinghistory-table')."</h4>\n$tallyTable"; |
| 181 | + $form->page->getPrefixedText(), $graphLink, $talk->getFullUrl( 'action=edit§ion=new' ) ); |
183 | 182 | } |
184 | 183 | } |
185 | 184 | |