Index: trunk/phase3/includes/ChangesList.php |
— | — | @@ -589,6 +589,8 @@ |
590 | 590 | } |
591 | 591 | # User tool links |
592 | 592 | $this->insertUserRelatedLinks( $s, $rc ); |
| 593 | + # LTR/RTL direction mark |
| 594 | + $s .= wfUILang()->getDirMark(); |
593 | 595 | # Log action text (if any) |
594 | 596 | $this->insertAction( $s, $rc ); |
595 | 597 | # Edit or log comment |