Merge "Let Html::element do the output encoding"

This commit is contained in:
jenkins-bot 2018-06-12 19:52:25 +00:00 committed by Gerrit Code Review
commit 7fd98697f1
1 changed files with 2 additions and 2 deletions

View File

@ -429,9 +429,9 @@ class VectorTemplate extends BaseTemplate {
User::groupHasPermission( '*', 'edit' )
) {
$notLoggedIn =
Html::rawElement( 'li',
Html::element( 'li',
[ 'id' => 'pt-anonuserpage' ],
$this->getMsg( 'notloggedin' )->escaped()
$this->getMsg( 'notloggedin' )->text()
);
}