Modify ↓
Ticket #744 (closed defect: fixed)
Opened 8 years ago
Last modified 8 years ago
WikiStart has formatting error
| Reported by: | duff@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | lowest | Milestone: | 0.8 |
| Component: | wiki system | Version: | 0.7.1 |
| Severity: | trivial | Keywords: | wiki-default |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
WikiStart has an error in the formatting. It contains the following:
Enjoy![[BR]] ''The Trac Team''
Since the ! escapes the [[br]] you get:
Enjoy[[BR]]
The Trac Team
Adding a space between the ! and the [ fixes the problem.
tom
—
Thomas Duff
duff@…
Attachments
Change History
comment:1 Changed 8 years ago by daniel
- Milestone set to 0.8
- Priority changed from normal to lowest
comment:2 Changed 8 years ago by jonas
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



Fixed in [954].