AOEpeople / aoe_technology_radar

Create your own Technology Radar: A static site generator for a full featured Technology Radar. Features: Quadrants, Rings, Dashboard, Radar Visualization, Item History, Search etc..
http://www.aoe.com/techradar
Other
276 stars 123 forks source link

fix: uri-encode tag when used as query parameter #472

Open alisonrclarke opened 4 months ago

alisonrclarke commented 4 months ago

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.