X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Factions%2FInfoAction.php;h=62f7ddfc1a90e914fccdd0d3e4d3059dc1d47e51;hp=c5cd89f14baaf852dcebf5aa6048c9d1f784b9ae;hb=7b28f7756ed046c9ee62931e7c63d133beea0bf0;hpb=fc5af1cb1c6fe7516fa045c90187d7def05223ba diff --git a/includes/actions/InfoAction.php b/includes/actions/InfoAction.php index c5cd89f14b..62f7ddfc1a 100644 --- a/includes/actions/InfoAction.php +++ b/includes/actions/InfoAction.php @@ -128,7 +128,7 @@ class InfoAction extends FormlessAction { // pageinfo-header-basic, pageinfo-header-edits, pageinfo-header-restrictions, // pageinfo-header-properties, pageinfo-category-info $content .= $this->makeHeader( - $this->msg( "pageinfo-${header}" )->escaped(), + $this->msg( "pageinfo-${header}" )->text(), "mw-pageinfo-${header}" ) . "\n"; $table = "\n";