X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialRecentchanges.php;h=d274c88f17bb5cbb709b3b7beef96d435c21e015;hb=3c4be2f2a8f9104d539c15440a6a3e5fd5f3a85c;hp=1e016a5f10a9dc10920f69fce65baed870ac105a;hpb=6679632b770d0c883c26a78f483f340e59950e2c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialRecentchanges.php b/includes/specials/SpecialRecentchanges.php index 1e016a5f10..d274c88f17 100644 --- a/includes/specials/SpecialRecentchanges.php +++ b/includes/specials/SpecialRecentchanges.php @@ -912,7 +912,7 @@ class SpecialRecentChanges extends ChangesListSpecialPage { 'span', [ 'class' => 'rclistfrom' ], $this->makeOptionsLink( - $this->msg( 'rclistfrom' )->rawParams( $now, $timenow, $datenow )->parse(), + $this->msg( 'rclistfrom' )->plaintextParams( $now, $timenow, $datenow )->parse(), [ 'from' => $timestamp ], $nondefaults )