Skip to content

Commit

Permalink
Use plaintext
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentIsai authored Sep 29, 2023
1 parent 0a81a42 commit b552c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Specials/SpecialManageWikiDefaultPermissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function onSubmitResetForm( $formData ) {
Html::element(
'p',
[],
$this->msg( 'managewiki-success' )->escaped()
$this->msg( 'managewiki-success' )->plain()
),
'mw-notify-success'
)
Expand Down

0 comments on commit b552c43

Please sign in to comment.