Index: trunk/phase3/includes/ChangesList.php |
— | — | @@ -563,7 +563,6 @@ |
564 | 564 | $querycur = $curIdEq + array( 'diff' => '0', 'oldid' => $rc_this_oldid ); |
565 | 565 | $querydiff = $curIdEq + array( 'diff' => $rc_this_oldid, 'oldid' => |
566 | 566 | $rc_last_oldid ) + $rcIdQuery; |
567 | | - $attribs = array( 'tabindex' => $baseRC->counter ); |
568 | 567 | |
569 | 568 | if( !$showdifflinks ) { |
570 | 569 | $curLink = $this->message['cur']; |