Post doesn't exist
Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
This is great for linking between a development wiki, repository browser and issue tracker, making links from task identifiers and revision numbers. However, one bug: if a HTML comment contains text that matches a defined substitution pattern, it will be converted into regular text (with a link inserted) and thus becomes visible. I fixed this by changing this line in the linkify() function:
to this:
|