Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

#581 closed defect (fixed)

wiki formatting problem: horizontal line after a table

Reported by: vittorio Owned by: Jonas Borgström
Priority: normal Milestone: 0.8
Component: wiki system Version: devel
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

for example:

in:
|| RPC# || parameter len || ..... parameter ..... ||
out:
|| RPC# || parameter len || ..... parameter ..... ||
----

in:

RPC# parameter len ….. parameter …..

out:

RPC# parameter len ….. parameter …..

note the horizontal line gets displayed before the table. it works if i add a paragraph after the table:

in:
|| RPC# || parameter len || ..... parameter ..... ||
out:
|| RPC# || parameter len || ..... parameter ..... ||
[[BR]]
----

in:

RPC# parameter len ….. parameter …..

out:

RPC# parameter len ….. parameter …..



using python2.1, trunk r790

Attachments (0)

Change History (2)

comment:1 by Jonas Borgström, 20 years ago

Status: newassigned

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

Resolution: fixed
Status: assignedclosed

Fixed in [795].

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.