Index: trunk/phase3/includes/ChangesList.php |
— | — | @@ -121,7 +121,7 @@ |
122 | 122 | |
123 | 123 | # "[[x]] moved to [[y]]" |
124 | 124 | $msg = ( $rc->mAttribs['rc_type'] == RC_MOVE ) ? '1movedto2' : '1movedto2_redir'; |
125 | | - $s .= wfMsg( $msg, $this->skin->makeKnownLinkObj( $rc->getTitle(), '', 'redirect=no' ), |
| 125 | + $s .= wfMsg( $msg, $this->skin->makeKnownLinkObj( $rc->getTitle(), '', 'redirect=no', '', '', '', 'class="mw-redirect"' ), |
126 | 126 | $this->skin->makeKnownLinkObj( $rc->getMovedToTitle(), '' ) ); |
127 | 127 | } |
128 | 128 | |