Remove @todo that has since been done
authorgrunny <mwgrunny@gmail.com>
Mon, 30 Dec 2013 13:16:52 +0000 (23:16 +1000)
committergrunny <mwgrunny@gmail.com>
Mon, 30 Dec 2013 13:39:13 +0000 (23:39 +1000)
This todo note was done a few days after it was added in
commit e5aa994d2eb36e0d0b5d63290e419df3a2cdf5cd.

Change-Id: Iea1674fc28cca68f02b15d9a6513dd3e62fbc395

includes/parser/Parser.php

index dea9895..89a8560 100644 (file)
@@ -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;