diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2013-05-01 08:56:50 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2013-05-01 08:56:50 +0200 |
commit | cdafed9759bbff5952f09e5a3d866f24fba57104 (patch) | |
tree | 009e2e480b45e5cfd52051b964a60d52a2a7c6df /includes/media/SVGMetadataExtractor.php | |
parent | f7253921201bcf43d385440317ab279fb83a4658 (diff) |
Update to MediaWiki 1.20.5
Diffstat (limited to 'includes/media/SVGMetadataExtractor.php')
-rw-r--r-- | includes/media/SVGMetadataExtractor.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/media/SVGMetadataExtractor.php b/includes/media/SVGMetadataExtractor.php index e0740385..c6f63fd4 100644 --- a/includes/media/SVGMetadataExtractor.php +++ b/includes/media/SVGMetadataExtractor.php @@ -74,9 +74,9 @@ class SVGReader { $this->reader->open( $source, null, LIBXML_NOERROR | LIBXML_NOWARNING ); } - // Expand entities, since Adobe Illustrator uses them for xmlns - // attributes (bug 31719). Note that libxml2 has some protection - // against large recursive entity expansions so this is not as + // Expand entities, since Adobe Illustrator uses them for xmlns + // attributes (bug 31719). Note that libxml2 has some protection + // against large recursive entity expansions so this is not as // insecure as it might appear to be. However, it is still extremely // insecure. It's necessary to wrap any read() calls with // libxml_disable_entity_loader() to avoid arbitrary local file |