I think this can be fixed by replacing

          html = content_tag("a", name || email_address_obfuscated.html_safe, 
html_options.merge({
"href" => "mailto:"+html_escape(email_address)+extras }))

with

          html = content_tag("a", name || html_escape(email_address_obfuscated),
html_options.merge({ "href" => "mailto:"+html_escape(email_address)+extras }))

in 0001-Be-sure-to-javascript_escape-the-email-address-to-pr.patch




_______________________________________________
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to