lucaong / jQCloud

jQuery plugin for drawing neat word clouds that actually look like clouds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Including hashtag in link URL breaks the link when rendering

safetymonkey opened this issue · comments

commented

For example, if I pass in {text: "#awesome", weight: 15, link: "/tags/%23awesome"} it alters the HTML escape character and renders it as <a href="/tags/%2523awesome">#awesome</a>.

Seeing exactly the same thing here