aboutsummaryrefslogtreecommitdiffstats
path: root/includes/media/SVGMetadataExtractor.php
diff options
context:
space:
mode:
authorFomafix <fomafix@googlemail.com>2016-10-13 07:34:26 +0200
committerFomafix <fomafix@googlemail.com>2016-11-07 15:24:46 +0100
commit202f695f671bb1b6c25ebec219da348e9935692e (patch)
treeed96b5c3b090495e649e09792047176ac0c0a053 /includes/media/SVGMetadataExtractor.php
parent296c00a6e1a0a174d16117f377d554d8c776b95b (diff)
downloadmediawikicore-202f695f671bb1b6c25ebec219da348e9935692e.tar.gz
mediawikicore-202f695f671bb1b6c25ebec219da348e9935692e.zip
Update weblinks in comments from HTTP to HTTPS
Use HTTPS instead of HTTP where the HTTP link is a redirect to the HTTPS link. Also update some defect links. Change-Id: Ic3a5eac910d098ed5c2a21e9f47c9b6ee06b2643
Diffstat (limited to 'includes/media/SVGMetadataExtractor.php')
-rw-r--r--includes/media/SVGMetadataExtractor.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/media/SVGMetadataExtractor.php b/includes/media/SVGMetadataExtractor.php
index 62b5c2c01c70..6a974c782989 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...