diff --git a/includes/SpecialLintErrors.php b/includes/SpecialLintErrors.php index 5ff407a4..2f33fab5 100644 --- a/includes/SpecialLintErrors.php +++ b/includes/SpecialLintErrors.php @@ -47,7 +47,7 @@ class SpecialLintErrors extends SpecialPage { ]; $form = HTMLForm::factory( 'ooui', $fields, $this->getContext() ); $form->setWrapperLegend( true ); - $form->addHeaderText( $this->msg( "linter-category-{$this->category}-desc" )->escaped() ); + $form->addHeaderText( $this->msg( "linter-category-{$this->category}-desc" )->parse() ); $form->setMethod( 'get' ); $form->prepareForm()->displayForm( false ); }