Fixes some textile issues with JRuby (#5404).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3718 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
306ca5e714
commit
0a47389a65
|
@ -388,7 +388,7 @@ class RedCloth3 < String
|
|||
(?!\-\-)
|
||||
#{rcq}
|
||||
(#{QTAGS_JOIN}|) # oqa
|
||||
(?=[[:punct:]]|\s|\)|$)/x
|
||||
(?=[[:punct:]]|<|\s|\)|$)/x
|
||||
else
|
||||
/(#{rcq})
|
||||
(#{C})
|
||||
|
|
Loading…
Reference in New Issue