Actions
Defect #870
closedTable markup parsing bug
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-03-15
Due date:
% Done:
100%
Estimated time:
Resolution:
Affected version:
Description
Consider the following wiki markup:
|_.Library|_.Download Locations| |FilePath | "project homepage":http://www-users.cs.york.ac.uk/~ndm/projects/libraries.php#filepath | |hslogger | [[hslogger:|hslogger project homepage]] | |MissingH | [[missingh:|MissingH project homepage]] |
This ought to display three rows, each with a link in the right column.
The 2nd and 3rd rows don't display anything in the right column. Experimentation reveals that making a wiki link without an embedded pipe character seems to solve it. It appears that the table system is interpreting the pipe character in the wiki link as a cell divider.
Actions