Modify ↓
Opened 20 years ago
Closed 20 years ago
#744 closed defect (fixed)
WikiStart has formatting error
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | lowest | Milestone: | 0.8 |
Component: | wiki system | Version: | 0.7.1 |
Severity: | trivial | Keywords: | wiki-default |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal 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 (0)
Change History (2)
comment:1 by , 20 years ago
Milestone: | → 0.8 |
---|---|
Priority: | normal → lowest |
comment:2 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in [954].