Patch #26157 » 0001-Render-all-possible-inline-textile-images.patch
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 |