Index: trunk/extensions/MoodBar/SpecialFeedbackDashboard.php |
— | — | @@ -143,7 +143,8 @@ |
144 | 144 | $myResponseCheckbox = Xml::check( 'myresponse', $wgRequest->getCheck( 'myresponse' ), |
145 | 145 | array( 'id' => 'fbd-filters-my-response', 'value' => '1' ) ); |
146 | 146 | |
147 | | - $myResponseFilter = '<label for="fbd-filters-my-response" id="fbd-filters-type-my-response-label" class="fbd-filters-label">' . $myResponseMsg . $myResponseCheckbox . '</label>'; |
| 147 | + $myResponseFilter = '<label for="fbd-filters-my-response" id="fbd-filters-type-my-response-label" class="fbd-filters-label">' . |
| 148 | + $myResponseMsg . $myResponseCheckbox . '</label>'; |
148 | 149 | } |
149 | 150 | |
150 | 151 | return <<<HTML |