mirror of
https://github.com/redmine/redmine.git
synced 2026-03-04 11:31:31 +01:00
Render all possible inline textile images even if an invalid one exists (#26157).
Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@16668 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -969,7 +969,7 @@ class RedCloth3 < String
|
||||
href, alt_title = check_refs( href ) if href
|
||||
url, url_title = check_refs( url )
|
||||
|
||||
return m unless uri_with_safe_scheme?(url)
|
||||
next m unless uri_with_safe_scheme?(url)
|
||||
|
||||
out = ''
|
||||
out << "<a#{ shelve( " href=\"#{ href }\"" ) }>" if href
|
||||
|
||||
Reference in New Issue
Block a user