Index: trunk/extensions/MoodBar/include/MoodBarHTMLEmailNotification.php |
— | — | @@ -168,7 +168,7 @@ |
169 | 169 | $htmlBody = wfMsgExt( 'moodbar-enotif-body', array( 'parse' ), $targetUserName, |
170 | 170 | $FeedbackUrl, |
171 | 171 | $editorTalkPage, |
172 | | - '<div style="margin-left:20px;">' .$this->response . '</div>', |
| 172 | + '<div style="margin-left:20px; margin-right:20px;">' .$this->response . '</div>', |
173 | 173 | $targetUserTalkPage ); |
174 | 174 | $wgRequest->setVal( 'action', $action ); |
175 | 175 | |