Index: trunk/extensions/CodeReview/ui/CodeRevisionView.php |
— | — | @@ -898,7 +898,7 @@ |
899 | 899 | * @return string |
900 | 900 | */ |
901 | 901 | protected function addActionButtons() { |
902 | | - return '<div>' . |
| 902 | + return '<div id="mw-codereview-comment-buttons">' . |
903 | 903 | Xml::submitButton( wfMsg( 'code-rev-submit' ), |
904 | 904 | array( 'name' => 'wpSave', |
905 | 905 | 'accesskey' => wfMsg( 'code-rev-submit-accesskey' ) ) |