Typo fix: HMTL → HTML
Change-Id: Id2bb52b92b7cf47a7a22506a01663acfee606ac4
This commit is contained in:
parent
6b9a1c6d5b
commit
35a9942ca7
2 changed files with 2 additions and 3 deletions
|
|
@ -1462,7 +1462,7 @@ class Article implements Page {
|
|||
* @param Title|array $target Destination(s) to redirect
|
||||
* @param bool $appendSubtitle [optional]
|
||||
* @param bool $forceKnown Should the image be shown as a bluelink regardless of existence?
|
||||
* @return string Containing HMTL with redirect link
|
||||
* @return string Containing HTML with redirect link
|
||||
*/
|
||||
public function viewRedirect( $target, $appendSubtitle = true, $forceKnown = false ) {
|
||||
$lang = $this->getTitle()->getPageLanguage();
|
||||
|
|
@ -1483,7 +1483,7 @@ class Article implements Page {
|
|||
* @param Language $lang
|
||||
* @param Title|array $target Destination(s) to redirect
|
||||
* @param bool $forceKnown Should the image be shown as a bluelink regardless of existence?
|
||||
* @return string Containing HMTL with redirect link
|
||||
* @return string Containing HTML with redirect link
|
||||
*/
|
||||
public static function getRedirectHeaderHtml( Language $lang, $target, $forceKnown = false ) {
|
||||
global $wgStylePath;
|
||||
|
|
|
|||
|
|
@ -1811,7 +1811,6 @@ hitcount
|
|||
hitcounter
|
||||
hits
|
||||
hmac
|
||||
hmtl
|
||||
hobby
|
||||
homelink
|
||||
hookaborted
|
||||
|
|
|
|||
Loading…
Reference in a new issue