X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fchanges%2FFeedItem.php;h=5f4badac7277e502aad7fa55edbda10b1d0ef28e;hb=cb5acb42ce62b2d600dfb4e11a2982602b670a2f;hp=a6a26152b715ae63967fa2117acd0c0af05142f1;hpb=86c13ba3ad15f7ab4c567b30c2810fe36db102df;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/changes/FeedItem.php b/includes/changes/FeedItem.php index a6a26152b7..5f4badac72 100644 --- a/includes/changes/FeedItem.php +++ b/includes/changes/FeedItem.php @@ -218,5 +218,5 @@ class FeedItem { public static function stripComment( $text ) { return preg_replace( '/\[\[([^]]*\|)?([^]]+)\]\]/', '\2', $text ); } - /**#@-*/ + /** #@- */ }