]> granicus.if.org Git - php/commitdiff
* don't start table cells with a space in borderless tables
authorStig Bakken <ssb@php.net>
Fri, 22 Mar 2002 12:47:13 +0000 (12:47 +0000)
committerStig Bakken <ssb@php.net>
Fri, 22 Mar 2002 12:47:13 +0000 (12:47 +0000)
pear/PEAR/Frontend/CLI.php

index dfbe06b6f267481e089b6d441e59fbd08294c20d..b5bc8bc435cfe423bb7ca81892472c48dfb5af8b 100644 (file)
@@ -187,7 +187,7 @@ class PEAR_Frontend_CLI extends PEAR
             }
         }
         if (empty($border)) {
-            $cellstart = ' ';
+            $cellstart = '';
             $cellend = ' ';
             $rowend = '';
             $padrowend = false;