Index: branches/wmf/1.18wmf1/extensions/MoodBar/ApiFeedbackDashboardResponse.php |
— | — | @@ -52,7 +52,7 @@ |
53 | 53 | 'title' => $talkPage->getFullText(), |
54 | 54 | 'appendtext' => ( $talkPage->exists() ? "\n\n" : '' ) . |
55 | 55 | $feedback_link . "\n" . |
56 | | - '<span id="feedback-dashboard-response-' . $id . '"> </span>' . "\n\n" . |
| 56 | + '<span id="feedback-dashboard-response-' . $id . '"></span>' . "\n\n" . |
57 | 57 | $response . "\n\n~~~~\n\n" . |
58 | 58 | '<span class="markashelpful-item" data-markashelpful-item="' . $id . '" data-markashelpful-type="mbresponse"> </span>', |
59 | 59 | 'token' => $params['token'], |
Property changes on: branches/wmf/1.18wmf1/extensions/MoodBar |
___________________________________________________________________ |
Modified: svn:mergeinfo |
60 | 60 | Merged /trunk/extensions/MoodBar:r107529 |