Modify ↓
#3759 closed defect (invalid)
Wiki formatting thinks that "basé" or "basée" must be converted to a link
Reported by: | lastnico | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | 0.9.6 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hi everybody !
I've just found this bug in the following page, which use 0.10b1 release of Trac.
If you add the word "basé" or "basée" (they are french words), the Wiki engine convert the first token "bas" to a link to /wiki/bas and keep the end of the word as simple text.
You can see an example on this page :
Attachments (0)
Change History (1)
comment:1 by , 18 years ago
Milestone: | 0.10 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The th:TagsPlugin is turning that into a link since it matches a known tag. That plugin is not supported here, so you'll need to contact its author about that.