Merge "Treat langtags in SVG switch case-insensitively"
[lhc/web/wiklou.git] / includes / page / ImagePage.php
index 935d299..c4baae4 100644 (file)
@@ -966,7 +966,7 @@ EOT
                                $fromSrc = $this->getContext()->msg(
                                        'shared-repo-from',
                                        $file->getRepo()->getDisplayName()
-                               )->text();
+                               )->escaped();
                        }
                        $out->addHTML( "<li>{$link} {$fromSrc}</li>\n" );
                }