From e48beb4c8fea510031ddd4b49ba898813dc373fd Mon Sep 17 00:00:00 2001 From: grunny Date: Mon, 30 Dec 2013 23:16:52 +1000 Subject: [PATCH] Remove @todo that has since been done This todo note was done a few days after it was added in commit e5aa994d2eb36e0d0b5d63290e419df3a2cdf5cd. Change-Id: Iea1674fc28cca68f02b15d9a6513dd3e62fbc395 --- includes/parser/Parser.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index dea98950af..89a85605d0 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -2109,7 +2109,6 @@ class Parser { /** * Strip the whitespace Category links produce, see bug 87 - * @todo We might want to use trim($tmp, "\n") here. */ $s .= trim( $prefix . $trail, "\n" ) == '' ? '' : $prefix . $trail; -- 2.20.1