From f3426931799a4841a5947d4ede5b42d700ae9a5c Mon Sep 17 00:00:00 2001 From: Fomafix Date: Fri, 9 Jun 2017 11:55:28 +0200 Subject: [PATCH] Update weblinks in comments to msdn.microsoft.com Change-Id: I1c9c1b6c3c98f09d1323f93726863fbb707463af --- includes/Sanitizer.php | 2 +- includes/api/ApiOpenSearch.php | 2 +- tests/phpunit/includes/HtmlTest.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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". ' -- 2.20.1