Html.php: Move html5-validation blacklist check to *AFTER* the check the might contin...
authorKrinkle <krinkle@users.mediawiki.org>
Sat, 3 Sep 2011 00:35:08 +0000 (00:35 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Sat, 3 Sep 2011 00:35:08 +0000 (00:35 +0000)
commitbc1532c31c0018578928bbf55d8ea84a21a06e98
tree7b610c60e8b74a0575fcb2bcb66417eb0e5dfd80
parent6c34627a636350d62676add6afcbe2870f3f0452
Html.php: Move html5-validation blacklist check to *AFTER* the check the might continue (and skip this loop entirely) if we're not in HTML5 with an html5-only attribute.
* Performance :)
includes/Html.php