Open alisonrclarke opened 4 months ago
Fixes #470
Uses encodeURIComponent when creating the tag link, so that ampersands in tags can work as expected.
encodeURIComponent
Tested locally by adding tag 'x&y' to one of the demo radar items.
Fixes #470
Uses
encodeURIComponent
when creating the tag link, so that ampersands in tags can work as expected.Tested locally by adding tag 'x&y' to one of the demo radar items.