X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fmedia%2FSVGMetadataExtractor.php;h=6a974c7829897d6912cfbe6b476022e9f7f09a23;hb=eefbfa82ef24a4427a6a2f117ae3eedd14fcf9ff;hp=62b5c2c01c70c44cfba2920fa745981ddc80a4e0;hpb=cd69b253b13c66eb5f61c27200f22ee7eac4cde0;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/media/SVGMetadataExtractor.php b/includes/media/SVGMetadataExtractor.php index 62b5c2c01c..6a974c7829 100644 --- a/includes/media/SVGMetadataExtractor.php +++ b/includes/media/SVGMetadataExtractor.php @@ -264,7 +264,7 @@ class SVGReader { ) { $sysLang = $this->reader->getAttribute( 'systemLanguage' ); if ( !is_null( $sysLang ) && $sysLang !== '' ) { - // See http://www.w3.org/TR/SVG/struct.html#SystemLanguageAttribute + // See https://www.w3.org/TR/SVG/struct.html#SystemLanguageAttribute $langList = explode( ',', $sysLang ); foreach ( $langList as $langItem ) { $langItem = trim( $langItem ); @@ -369,7 +369,7 @@ class SVGReader { /** * Return a rounded pixel equivalent for a labeled CSS/SVG length. - * http://www.w3.org/TR/SVG11/coords.html#UnitIdentifiers + * https://www.w3.org/TR/SVG11/coords.html#Units * * @param string $length CSS/SVG length. * @param float|int $viewportSize Optional scale for percentage units...