SourceForge logo
SourceForge logo
Menu

phpwiki-checkins

From: Geoffrey T. D. <da...@us...> - 2001年02月15日 21:36:26
Update of /cvsroot/phpwiki/phpwiki/lib
In directory usw-pr-cvs1:/tmp/cvs-serv29361/lib
Modified Files:
	transform.php 
Log Message:
wtm_table: Make LEFT, rather than CENTERED the default alignment
for table cells. I just went and edited some tables, and left
justification was what I wanted most often. Also agrees with HTML.
Index: transform.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/transform.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** transform.php	2001年02月14日 05:22:49	1.16
--- transform.php	2001年02月15日 21:37:08	1.17
***************
*** 554,563 ****
 	 $td['rowspan'] = strlen($m[2]) + 1;
 
! if ($m[3] == '<')
! 	 $td['align'] = 'left';
 else if ($m[3] == '>')
 	 $td['align'] = 'right';
 else
! 	 $td['align'] = 'center';
 
 $row .= $trfrm->token(StartTag('td', $td) . "&nbsp;");
--- 554,563 ----
 	 $td['rowspan'] = strlen($m[2]) + 1;
 
! if ($m[3] == '^')
! 	 $td['align'] = 'center';
 else if ($m[3] == '>')
 	 $td['align'] = 'right';
 else
! 	 $td['align'] = 'left';
 
 $row .= $trfrm->token(StartTag('td', $td) . "&nbsp;");
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /