#1012 closed defect (bug) (fixed)
Sometimes a ticket number is not linked
Reported by: | iseulde | Owned by: | Otto42 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Make (Get Involved) / P2 | Keywords: | |
Cc: |
Change History (5)
#2
@
9 years ago
- Resolution set to fixed
- Status changed from assigned to closed
Version 0, edited 9 years ago
by
(next)
#5
in reply to:
↑ 3
@
9 years ago
Replying to iseulde:
@Otto42 Is there a reason you removed the nested list?
Yeah, it was broken because of missing ending LI's. I can put it back if you like. It was just badly broken on my screen, so I fixed what I saw.
The main problem for this ticket was the use of non-breaking spaces. Usually these are input by SHIFT-SPACE. The regexp in question was checking only for normal space. I've changed it to any whitespace now, so it should not happen again, but I fixed the post because it was bad on my screen. Sorry if I made an error.
Note: See
TracTickets for help on using
tickets.
The code was looking specifically for a space character before the hash mark in order to recognize it. I've changed it to allow for any whitespace character to be there instead.