Fixing HTML escaping.
authorRotem Liss <rotem@users.mediawiki.org>
Fri, 29 Aug 2008 13:40:47 +0000 (13:40 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Fri, 29 Aug 2008 13:40:47 +0000 (13:40 +0000)
includes/ImagePage.php

index 2f1faf8..38f2952 100644 (file)
@@ -935,7 +935,7 @@ class ImageHistoryList {
                        );
                        $row .= '</td><td>' . $thumbnail->toHtml( $options );
                } else {
-                       $row .= '</td><td>' . wfMsg( 'filehist-nothumb' );
+                       $row .= '</td><td>' . wfMsgHtml( 'filehist-nothumb' );
                }
                $row .= "</td><td>";