I would like to create a link to a URL containing an equals sign in the URL, see for example:
http://caniuse.com/#feat=transforms2d
Unfortunately, the link is always truncated at the equals sign. This is what I tried so far, but no luck:
http://caniuse.com/#feat=transforms2d [http://caniuse.com/#feat=transforms2d] [link|http://caniuse.com/#feat=transforms2d]
How can I fix this?
Hi Christopher,
The equals sign in fact doesn't work properly in Crucible. Not long ago I created a bug report for this which you can check at https://jira.atlassian.com/browse/CRUC-7434 - please feel free to vote and add any comments to it, as well as adding yourself as a watcher so you can track its progress directly. You may refer to Atlassian's policy regarding bug fixing.
For the time being you may follow the workaround suggested in the report above, which consists of replacing the equals sign by its URL encoded value, which is %3d.
Regards,
Gustavo Refosco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.