[DRE-maint] Bug#629067: libactionpack-ruby: libactionpack update	breaks redmine
    Felix Geyer 
    debfx-pkg at fobos.de
       
    Wed Oct 12 17:57:53 UTC 2011
    
    
  
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
    
    
More information about the Pkg-ruby-extras-maintainers
mailing list