From: <var...@us...> - 2010-11-08 09:53:34
|
Revision: 7727 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7727&view=rev Author: vargenau Date: 2010-11-08 09:53:28 +0000 (Mon, 08 Nov 2010) Log Message: ----------- No comma between arguments (works, but not recommended) Modified Paths: -------------- trunk/pgsrc/Help%2FMediawikiTablePlugin Modified: trunk/pgsrc/Help%2FMediawikiTablePlugin =================================================================== --- trunk/pgsrc/Help%2FMediawikiTablePlugin 2010-11-05 15:02:12 UTC (rev 7726) +++ trunk/pgsrc/Help%2FMediawikiTablePlugin 2010-11-08 09:53:28 UTC (rev 7727) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Mon, 8 Nov 2010 10:51:04 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -83,8 +83,8 @@ |- style=height:100px | Cell I | **Cell II**, in bold -|align=right, width="100%" |Cell III -|- bgcolor=#f0f0ff, align=center +|align=right width="100%" |Cell III +|- bgcolor=#f0f0ff align=center |Cell 1||Cell 2||Cell 3 |} @@ -101,8 +101,8 @@ |- style=height:100px | Cell I | **Cell II**, in bold -|align=right, width="100%" |Cell III -|- bgcolor=#f0f0ff, align=center +|align=right width="100%" |Cell III +|- bgcolor=#f0f0ff align=center |Cell 1||Cell 2||Cell 3 |} }}} @@ -121,7 +121,7 @@ * One * Two * Three -|- bgcolor=#f0f0ff, align=center +|- bgcolor=#f0f0ff align=center |Current date || <<CurrentTime format=date>> |} @@ -140,7 +140,7 @@ * One * Two * Three -|- bgcolor=#f0f0ff, align=center +|- bgcolor=#f0f0ff align=center |Current date || <<CurrentTime format=date>> |} }}} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |