Index: trunk/extensions/MoodBar/SpecialMoodBarFeedback.php |
— | — | @@ -177,7 +177,7 @@ |
178 | 178 | // We still need to output it because the JS may need it later |
179 | 179 | $attribs['style'] = 'display: none;'; |
180 | 180 | } |
181 | | - $html .= Html::rawElement( 'div', $attribs, '<a href="#">' . $moreText . '</a></div>' ); |
| 181 | + $html .= Html::rawElement( 'div', $attribs, '<a href="#">' . $moreText . '</a>' ); |
182 | 182 | |
183 | 183 | // Paging links for no-JS clients |
184 | 184 | $olderURL = $newerURL = false; |