Ticket #678 (closed idea: wontfix)
Slugs should avoid escaping
Reported by: | reppep | Owned by: | olivier |
---|---|---|---|
Priority: | low | Milestone: | 2.2 |
Component: | module:core | Version: | 2.1 |
Severity: | minor | Keywords: | |
Cc: |
Description
If the title would require escaping, better to replace it with a plain dash (I think WP does this) so URLs are simpler.
Change History
comment:4 Changed 15 years ago by xave
- Status changed from new to closed
- Resolution set to wontfix
Slugs, though ugly, are not reserved URL characters.
comment:5 Changed 15 years ago by Moe
Slugs and other non-alphanumeric characters can be removed by the Tweak URLs plugin.
Note: See
TracTickets for help on using
tickets.
Can you give an example ?