From 0a47389a65f364514e844a84dfbf5e7df1fc91ba Mon Sep 17 00:00:00 2001
From: Jean-Philippe Lang <jp_lang@yahoo.fr>
Date: Fri, 30 Apr 2010 17:50:34 +0000
Subject: [PATCH] Fixes some textile issues with JRuby (#5404).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3718 e93f8b46-1217-0410-a6f0-8f06a7374b81
---
 lib/redcloth3.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/redcloth3.rb b/lib/redcloth3.rb
index fa48b2db9..ffc0e1186 100644
--- a/lib/redcloth3.rb
+++ b/lib/redcloth3.rb
@@ -388,7 +388,7 @@ class RedCloth3 < String
                 (?!\-\-)
                 #{rcq}
                 (#{QTAGS_JOIN}|)      # oqa
-                (?=[[:punct:]]|\s|\)|$)/x
+                (?=[[:punct:]]|<|\s|\)|$)/x
             else
                 /(#{rcq})
                 (#{C})
-- 
GitLab