X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FEditPage.php;h=f1f0572bacebe83fc6ab632d0baf6b6b0edc202f;hp=64b2f013dced7f5d239ebd62a9a7f4471f10c238;hb=fe94275c8fcfc248a5eae857dde7c5772d993ab5;hpb=345618340dcab03d517a99bf13cbd0126a149957 diff --git a/includes/EditPage.php b/includes/EditPage.php index 64b2f013dc..f1f0572bac 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1689,7 +1689,7 @@ class EditPage { // is if an extension hook aborted from inside ArticleSave. // Render the status object into $this->hookError // FIXME this sucks, we should just use the Status object throughout - $this->hookError = '
' ."\n" . $status->getWikiText() . + $this->hookError = '
' . "\n" . $status->getWikiText() . '
'; return true; }