Prefer using plaintextParams instead of rawParams where possible
[lhc/web/wiklou.git] / includes / specials / SpecialUndelete.php
index 740207d..9cb3407 100644 (file)
@@ -974,7 +974,7 @@ class SpecialUndelete extends SpecialPage {
                $userLink = $this->getFileUser( $file );
                $data = $this->msg( 'widthheight' )->numParams( $row->fa_width, $row->fa_height )->text();
                $bytes = $this->msg( 'parentheses' )
-                       ->rawParams( $this->msg( 'nbytes' )->numParams( $row->fa_size )->text() )
+                       ->plaintextParams( $this->msg( 'nbytes' )->numParams( $row->fa_size )->text() )
                        ->plain();
                $data = htmlspecialchars( $data . ' ' . $bytes );
                $comment = $this->getFileComment( $file );