[pmwiki-users] Table closed too early
Paulissen H (FDCW)
H.Paulissen at FDCW.unimaas.nl
Thu Feb 8 09:28:02 CST 2007
Hi,
I'd like to ask if it is possible to track down any incompatibilities
regarding recipes installed.
Should I just comment out the lines
include_once("$FarmD/cookbook/scriptname.php"); at the end of the
config.php one by one and refresh the page with the incorrect formatting
every time? I've switched off the SectionEdit recipe before because of
unexpected results; issues remain however...
Rendering the table at the bottom of
http://www.pmwiki.org/wiki/PmWiki/TextFormattingRules
results in the following. The inclusion of ! in a cell seems to indicate
that the table should be closed...
<div class='vspace'></div>
<table border='1' width='50%'>
<tr ><th >Table</th><th >Heading</th><th >Example</th></tr>
</table>
||!Left || Center || Right||
<div class='vspace'></div>
<table border='1' width='50%'>
<tr >
<td align='left'>A</td><th align='center'>a B</th><td
align='right'>C</td></tr>
<tr ><td > </td><td align='center'>single</td><td
> </td></tr>
<tr ><td > </td><td align='center'>aa</td><td
align='right'>aa</td></tr>
</table>
I'm using pmwiki-2.2.0-beta28
include_once("$FarmD/cookbook/pagetoc.php");
include_once("$FarmD/cookbook/extendmarkup.php");
include_once("$FarmD/cookbook/xmlrpc.php");
include_once("$FarmD/scripts/authuser.php");
include_once("$FarmD/cookbook/fox.php");
Regards,
Hugo
More information about the pmwiki-users
mailing list