From: Stig Bakken Date: Fri, 22 Mar 2002 12:47:13 +0000 (+0000) Subject: * don't start table cells with a space in borderless tables X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e0f34ea559964c0c2ceca9005d79e7345e69dcb;p=php * don't start table cells with a space in borderless tables --- diff --git a/pear/PEAR/Frontend/CLI.php b/pear/PEAR/Frontend/CLI.php index dfbe06b6f2..b5bc8bc435 100644 --- a/pear/PEAR/Frontend/CLI.php +++ b/pear/PEAR/Frontend/CLI.php @@ -187,7 +187,7 @@ class PEAR_Frontend_CLI extends PEAR } } if (empty($border)) { - $cellstart = ' '; + $cellstart = ''; $cellend = ' '; $rowend = ''; $padrowend = false;