Index: trunk/extensions/CodeReview/ui/CodeRevisionView.php |
— | — | @@ -489,10 +489,12 @@ |
490 | 490 | $refs = implode( "\n", |
491 | 491 | array_map( array( $this, 'formatReferenceInline' ), $this->mRev->getReferences() ) |
492 | 492 | ); |
493 | | - $header = '<th></th>'; |
| 493 | + |
| 494 | + $header = ''; |
494 | 495 | if ( $showButtons ) { |
495 | | - $header .= '<th>' . wfMsgHtml( 'code-field-id' ) . '</th>'; |
| 496 | + $header = '<th></th>'; |
496 | 497 | } |
| 498 | + $header .= '<th>' . wfMsgHtml( 'code-field-id' ) . '</th>'; |
497 | 499 | $header .= '<th>' . wfMsgHtml( 'code-field-message' ) . '</th>'; |
498 | 500 | $header .= '<th>' . wfMsgHtml( 'code-field-author' ) . '</th>'; |
499 | 501 | $header .= '<th>' . wfMsgHtml( 'code-field-timestamp' ) . '</th>'; |