Add missing </ul> in Article::getRedirectHeaderHtml
Change-Id: I673213fc424c859ce81b1cf1a85e6ed9e508d0b6
This commit is contained in:
parent
c99e87cdde
commit
94d5c37939
1 changed files with 1 additions and 0 deletions
|
|
@ -1494,6 +1494,7 @@ class Article implements Page {
|
|||
( $forceKnown ? array( 'known', 'noclasses' ) : array() )
|
||||
) . '</li>';
|
||||
}
|
||||
$html .= '</ul>';
|
||||
|
||||
$redirectToText = wfMessage( 'redirectto' )->inLanguage( $lang )->text();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue