From: Gabriel Wicke Date: Fri, 24 Mar 2006 16:07:50 +0000 (+0000) Subject: special case: don't return an empty table, fixes test case X-Git-Tag: 1.6.0~158 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/modifier.php?a=commitdiff_plain;h=6dd3edac2d7ab0fea1c2207115bf23b8b29a277f;p=lhc%2Fweb%2Fwiklou.git special case: don't return an empty table, fixes test case --- diff --git a/includes/Linker.php b/includes/Linker.php index aa51a1f5e9..23c8d014a9 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1013,7 +1013,9 @@ class Linker { '
' . '

' . $title . "

\n" . $toc - . "\n
\n" + # no trailing newline, script should not be wrapped in a + # paragraph + . "\n" . '