Edgewall Software
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: peter.sinn@… 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 Jonas Borgström, 19 years ago

Milestone: 0.9

comment:2 by Jonas Borgström, 19 years ago

Resolution: fixed
Status: newclosed

Fixed in [2074].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.