X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialTags.php;h=71f387b621c8b495233602be23f51a088a036c2a;hb=cb2896f90ebef77c02c9da4067b0e56e37471092;hp=70eee9f0aeab58a883d59cb65f6cc05034d298f5;hpb=384e5c5aed850a72e6e0debdc836d52ea95b873f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialTags.php b/includes/specials/SpecialTags.php index 70eee9f0ae..71f387b621 100644 --- a/includes/specials/SpecialTags.php +++ b/includes/specials/SpecialTags.php @@ -100,7 +100,7 @@ class SpecialTags extends SpecialPage { $form = new HTMLForm( $fields, $this->getContext() ); $form->setAction( $this->getPageTitle( 'create' )->getLocalURL() ); $form->setWrapperLegendMsg( 'tags-create-heading' ); - $form->setHeaderText( $this->msg( 'tags-create-explanation' )->plain() ); + $form->setHeaderText( $this->msg( 'tags-create-explanation' )->parseAsBlock() ); $form->setSubmitCallback( array( $this, 'processCreateTagForm' ) ); $form->setSubmitTextMsg( 'tags-create-submit' ); $form->show();