diff lib/.svn/text-base/redcloth3.rb.svn-base @ 37:94944d00e43c

* Update to SVN trunk rev 4411
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Fri, 19 Nov 2010 13:24:41 +0000
parents 513646585e45
children af80e5618e9b
line wrap: on
line diff
--- a/lib/.svn/text-base/redcloth3.rb.svn-base	Fri Sep 24 14:06:04 2010 +0100
+++ b/lib/.svn/text-base/redcloth3.rb.svn-base	Fri Nov 19 13:24:41 2010 +0000
@@ -456,7 +456,7 @@
         #    next if tog and method( tog ).call
         #    text.gsub! re, resub
         #end
-        text.gsub!(/\b([A-Z][A-Z0-9]{2,})\b(?:[(]([^)]*)[)])/) do |m|
+        text.gsub!(/\b([A-Z][A-Z0-9]{1,})\b(?:[(]([^)]*)[)])/) do |m|
           "<acronym title=\"#{htmlesc $2}\">#{$1}</acronym>"
         end
     end