X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2FFeedUtils.php;h=16eba66f87b0536eac339adbb8542648ad74f70e;hb=3d97704f91f29ebb63d4111bf1d01feb4d89e65b;hp=1c5e777481375b8b724035a0c68d5dc1091425c5;hpb=e6e0d51edfc3f42f3bf6f682bee82a5d93246e4f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/FeedUtils.php b/includes/FeedUtils.php index 1c5e777481..16eba66f87 100644 --- a/includes/FeedUtils.php +++ b/includes/FeedUtils.php @@ -85,7 +85,7 @@ class FeedUtils { $row->rc_last_oldid, $row->rc_this_oldid, $timestamp, ($row->rc_deleted & Revision::DELETED_COMMENT) - ? wfMsgHtml('rev-deleted-comment') + ? wfMessage('rev-deleted-comment')->escaped() : $row->rc_comment, $actiontext );