Defect #20440
Colon character on Wiki pages title doesn´t work
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Wiki | |||
Target version: | - | |||
Resolution: | Affected version: | 3.0.0 |
Description
Tried to create a wiki page with the colon character on its title, and it doesn´t render properly, as seen below:
h1. Wiki [[Test with colon :]] [[Test without colon]]
Result:
Tested on the online demo version 3.0.0.devel.14065.
History
#1
Updated by Cassiano Monteiro over 7 years ago
Forgot to close the "pre" tag:
h1. Wiki [[Test with colon :]] [[Test without colon]]
Result:
#2
Updated by Toshi MARUYAMA over 7 years ago
- Description updated (diff)
#3
Updated by Mizuki ISHIKAWA almost 5 years ago
When using a colon, it is regarded as the following link.
[[project:]] -> wiki starting page [[project:|mytext]] [[project:mypage]] [[project:mypage|mytext]]
Also, the colon will be removed from the title of the wiki by Wiki.titleize. (That is, you can not use a colon in the wiki's title)
I think it seems difficult to solve this problem...