Project

General

Profile

Patch #26157 » 0001-Render-all-possible-inline-textile-images.patch

Holger Just, 2017-06-13 18:58

View differences:

lib/redmine/wiki_formatting/textile/redcloth3.rb
969 969
            href, alt_title = check_refs( href ) if href
970 970
            url, url_title = check_refs( url )
971 971

  
972
            return m unless uri_with_safe_scheme?(url)
972
            next m unless uri_with_safe_scheme?(url)
973 973

  
974 974
            out = ''
975 975
            out << "<a#{ shelve( " href=\"#{ href }\"" ) }>" if href
(1-1/3)