]> source.dussan.org Git - redmine.git/commitdiff
Disabled broken textile references (#4354).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 9 Dec 2009 10:30:23 +0000 (10:30 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 9 Dec 2009 10:30:23 +0000 (10:30 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3141 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redcloth3.rb

index 0adf2076ef4fa5b268173e8d599dcbccfd0fe1b8..79dd0b6bbe70fc074762f8a9b91166e697327ade 100644 (file)
@@ -270,7 +270,7 @@ class RedCloth3 < String
         
         @urlrefs = {}
         @shelf = []
-        textile_rules = [:refs_textile, :block_textile_table, :block_textile_lists,
+        textile_rules = [:block_textile_table, :block_textile_lists,
                          :block_textile_prefix, :inline_textile_image, :inline_textile_link,
                          :inline_textile_code, :inline_textile_span, :glyphs_textile]
         markdown_rules = [:refs_markdown, :block_markdown_setext, :block_markdown_atx, :block_markdown_rule,