00437: Percent symbol adds extra cells to tables

Summary: Percent symbol adds extra cells to tables
Created: 2005-05-06 04:15
Status: Closed - fixed for 2.0.beta39
Category: Bug
From: Maxim?
Assigned:
Priority: 3
Version: 2.0.beta35
OS: *nix/Apache 1.x/PHP4

Description:

If any cell in a row of a simple table contains a percent symbol (%) then an extra empty cell will be appended to the row.

Test:

||border=1
||!A test||!table||
||1||2||
||3||4||

||border=1
||!Another test||!table||
||%1||2||
||3||4||
A testtable
12
34
Another testtable
%12
34

Workaround:

Escape percent signs as [=%=].