From: Micki K. <mic...@co...> - 2003-12-05 20:08:38
|
Hi Reini: I noticed the resulting table has the attribute 'caption', like this: <table caption="This is a caption" cellpadding="1" cellspacing="1" border="1"> but it really should be a separate open and close tag, before the first 'tr' tag, like: <table cellpadding="1" cellspacing="1" border="1"> <caption>This is a caption</caption> <tr> John: do you agree? Reini - an we get a tweak to achieve this? Thanks! Micki >Message: 4 >Date: Thu, 04 Dec 2003 15:25:20 +0100 >From: Reini Urban <ru...@x-...> >To: php...@li... >Subject: Re: [Phpwiki-talk] Adding '<caption>' tags to tables from wiki >The attached diff is better. >It supports summary also, has no linebreaks and >it also includes the new pgsrc of the description page. -- Micki mailto:mic...@co... |