Misc whitespace changes, mostly EOL w/s and indention fixes so TAB = 4 spaces
[lhc/web/wiklou.git] / includes / parser / Parser.php
index 4a6df0d..8a72ba0 100644 (file)
@@ -1830,7 +1830,7 @@ class Parser {
                        } else {
                                # Bug 4598 madness. Handle the quotes only if they come from the alternate part
                                # [[Lista d''e paise d''o munno]] -> <a href="...">Lista d''e paise d''o munno</a>
-                               # [[Criticism of Harry Potter|Criticism of ''Harry Potter'']] 
+                               # [[Criticism of Harry Potter|Criticism of ''Harry Potter'']]
                                #    -> <a href="Criticism of Harry Potter">Criticism of <i>Harry Potter</i></a>
                                $text = $this->doQuotes( $text );
                        }