** Changed in: launchpad
Status: Triaged => In Progress
--
You received this bug notification because you are a member of Launchpad
Yellow Squad, which is a bug assignee.
https://bugs.launchpad.net/bugs/742490
Title:
HTML is constructed using string concatenation in the structural
subscription JS.
Status in Launchpad itself:
In Progress
Bug description:
Instead of constructing HTML using string operations we should do
things like this:
var link = Y.Node.create("<span>See <a /></span>");
link.one("a")
.set("href", url)
.set("text", desc);
The code in question is located in lib/lp/registry/javascript
/structural-subscription.js
--
Mailing list: https://launchpad.net/~yellow
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yellow
More help : https://help.launchpad.net/ListHelp