-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
Replacing attributes in a URL with {{$ $}} is broken on Firefox (tested with Mac Firefox 13.0.1).
This results in the URL being passed through unchanged.
See for example examples/template-currentdocument/index.html
In this case, when I click to post on Twitter I get: Check out {{$title$}} at {{$url$}}"
Following with Firebug, it looks like innerHTML has started escaping the href
attribute, at least in some case.
There is a bug open at https://bugzilla.mozilla.org/show_bug.cgi?id=664398 with no activity in the past year.