PITS /
00175: tables with spaces for cell content don't insert
Summary: tables with spaces for cell content don't insert
Created: 2004-11-23 15:57
Status: Closed - fixed for 1.0.15
Category: Bug
From: jr
Assigned:
Priority: 1
Version: 1.0.13
OS: all
Description: There is a bug in FormatTableRow (PmWiki 1 only -- PmWiki 2 is fine). The line that looks for all spaces in a table cell reads '/^\\s+\$/' instead of '/^\\s+$/'. Currently a table with a space as the cell content renders as <td> </td> instead of the intended <td> </td>.