diff options
author | Daniel Friesen <daniel@nadir-seen-fire.com> | 2013-06-08 04:48:01 -0700 |
---|---|---|
committer | Daniel Friesen <daniel@nadir-seen-fire.com> | 2013-06-08 04:48:01 -0700 |
commit | a4ce59a4a0923c32f9fd2724ec40d186fc474f80 (patch) | |
tree | bf4de4e8e2679b6d86f6a3528d41cfe97c89ed5b /includes/Sanitizer.php | |
parent | aa62ea7d65fef5cafaa81faff9c6c8234c79c819 (diff) | |
download | mediawikicore-a4ce59a4a0923c32f9fd2724ec40d186fc474f80.tar.gz mediawikicore-a4ce59a4a0923c32f9fd2724ec40d186fc474f80.zip |
Followup If21705c2, Shorten remaining urls to the whatwg HTML spec.
Finish up with the /specs/web-apps/current-work/multipage/ urls that
haven't been updated to /html/.
Change-Id: I4dbee0477eea440b0e8f113b1d393c6e0c739c4c
Diffstat (limited to 'includes/Sanitizer.php')
-rw-r--r-- | includes/Sanitizer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Sanitizer.php b/includes/Sanitizer.php index 8a0522bde434..7400a5aee854 100644 --- a/includes/Sanitizer.php +++ b/includes/Sanitizer.php @@ -1606,7 +1606,7 @@ class Sanitizer { 'hr' => array_merge( $common, array( 'noshade', 'size', 'width' ) ), # HTML Ruby annotation text module, simple ruby only. - # http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-ruby-element + # http://www.whatwg.org/html/text-level-semantics.html#the-ruby-element 'ruby' => $common, # rbc # rtc |