Modify ↓
Opened 19 years ago
Closed 19 years ago
#1833 closed defect (fixed)
wiki table formatting problem: extra column generated with trainling blanks
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | 0.9 |
Component: | general | Version: | 0.8.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
With the following input (note the trailing blank in the first line, it cannot be seen):
|| a || || b ||
this HTML code is generated:
<table class="wiki"> <tr><td> a </td><td> </td></tr><tr><td> b </td></tr></table> </div>
and the output looks like this:
a |
b |
The table has two columns, not only one. This happens with every table when you accidentally have trailing blanks in one line.
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
Milestone: | → 0.9 |
---|
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in [2074].