Update of /cvsroot/phpwiki/phpwiki/lib
In directory usw-pr-cvs1:/tmp/cvs-serv22429/lib
Modified Files:
transform.php
Log Message:
Make tables left aligned, rather than centered.
Index: transform.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/transform.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** transform.php 2001/03/14 19:48:29 1.21
--- transform.php 2001/04/09 19:28:52 1.22
***************
*** 589,593 ****
return $trfrm->SetHTMLMode(array('table',
! array('align' => 'center',
'cellpadding' => 1,
'cellspacing' => 1,
--- 589,593 ----
return $trfrm->SetHTMLMode(array('table',
! array(//'align' => 'left',
'cellpadding' => 1,
'cellspacing' => 1,
|