Tags containing dots do not work
It is currently possible to create tags containing dots (at beginning, center, end).
- They cannot be removed, because Rails does not allow dots in URLs by default.
- They cannot be used for search (e.g. click on tag in sidebar and get a listing of all pages containing the tag, because Javascript removes the dot and all following character.
Preferred solution:
- encoding/masking dots in Javascript and Paths.
Edited by dgt