Description

HTML-like table options are not rendered.

Steps to reproduce

||A ||<rowspan="2"> B ||
||<bgcolor="#00FF00"> green ||
||<colspan="2"> 1 ||

is rendered

A

B

green

1

but should read

A

B

green

1

Details

This Wiki.

MoinMoin Version

Version 1.5.2 [Revision patch-444]

Python Version

2.4.2 (#1, Oct 15 2005, 21:28:51) [GCC 3.3.5 (Debian 1:3.3.5-13)]

Workaround

Use "classic style" table options.

Discussion

This does work in patch level 450. -- ReimarBauer 2006-02-17 21:09:03


If you mix "classic style" table options, such as colours, with HTML-style table options, it's even worse, e.g.:

||<#DDDDDD colspan=2> A ||
|| 1 || 2 ||

A

1

2

Shows error message Erwartete "%" nach "2", bekam ">".

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/HtmlLikeTableOptionsNotRendered (last edited 2007-10-29 19:08:38 by localhost)