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:
Jean-Philippe Lang 2010-04-30 17:50:34 +00:00
parent 306ca5e714
commit 0a47389a65
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ class RedCloth3 < String
(?!\-\-)
#{rcq}
(#{QTAGS_JOIN}|) # oqa
(?=[[:punct:]]|\s|\)|$)/x
(?=[[:punct:]]|<|\s|\)|$)/x
else
/(#{rcq})
(#{C})