aboutsummaryrefslogtreecommitdiffstats
path: root/includes/changes/ChangesList.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/changes/ChangesList.php')
-rw-r--r--includes/changes/ChangesList.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/changes/ChangesList.php b/includes/changes/ChangesList.php
index fd564d01a452..06a05410aab3 100644
--- a/includes/changes/ChangesList.php
+++ b/includes/changes/ChangesList.php
@@ -685,7 +685,6 @@ class ChangesList extends ContextSource {
$s .= ' <span class="' . $deletedClass . '">' .
$this->msg( 'rev-deleted-user' )->escaped() . '</span>';
} else {
- // @phan-suppress-next-line SecurityCheck-DoubleEscaped
$s .= $this->getLanguage()->getDirMark() . Linker::userLink( $rc->mAttribs['rc_user'],
$rc->mAttribs['rc_user_text'] );
$s .= Linker::userToolLinks(