From: Fomafix Date: Fri, 9 Jun 2017 09:55:28 +0000 (+0200) Subject: Update weblinks in comments to msdn.microsoft.com X-Git-Tag: 1.31.0-rc.0~2900^2 X-Git-Url: https://git.cyclocoop.org/?a=commitdiff_plain;h=f3426931799a4841a5947d4ede5b42d700ae9a5c;p=lhc%2Fweb%2Fwiklou.git Update weblinks in comments to msdn.microsoft.com Change-Id: I1c9c1b6c3c98f09d1323f93726863fbb707463af --- diff --git a/includes/Sanitizer.php b/includes/Sanitizer.php index 5aaa3ed106..0f7991a2d9 100644 --- a/includes/Sanitizer.php +++ b/includes/Sanitizer.php @@ -793,7 +793,7 @@ class Sanitizer { } # Strip javascript "expression" from stylesheets. - # http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp + # https://msdn.microsoft.com/en-us/library/ms537634.aspx if ( $attribute == 'style' ) { $value = Sanitizer::checkCss( $value ); } diff --git a/includes/api/ApiOpenSearch.php b/includes/api/ApiOpenSearch.php index dc1b4e73af..0e52b33084 100644 --- a/includes/api/ApiOpenSearch.php +++ b/includes/api/ApiOpenSearch.php @@ -233,7 +233,7 @@ class ApiOpenSearch extends ApiBase { break; case 'xml': - // http://msdn.microsoft.com/en-us/library/cc891508%28v=vs.85%29.aspx + // https://msdn.microsoft.com/en-us/library/cc891508(v=vs.85).aspx $imageKeys = [ 'source' => true, 'alt' => true, diff --git a/tests/phpunit/includes/HtmlTest.php b/tests/phpunit/includes/HtmlTest.php index 115a8cf4e0..f3d49161a5 100644 --- a/tests/phpunit/includes/HtmlTest.php +++ b/tests/phpunit/includes/HtmlTest.php @@ -588,7 +588,7 @@ class HtmlTest extends MediaWikiTestCase { ]; # ', 'button', [ 'type' => 'submit' ], 'According to standard the default type is "submit". '