diff options
-rw-r--r-- | lib/redcloth3.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redcloth3.rb b/lib/redcloth3.rb index 032e8bd67..0386589f6 100644 --- a/lib/redcloth3.rb +++ b/lib/redcloth3.rb @@ -534,7 +534,7 @@ class RedCloth3 < String ctyp = 'd' ctyp = 'h' if cell =~ /^_/ - catts = '' + catts = nil catts, cell = pba( $1, 'td' ), $2 if cell =~ /^(_?#{S}#{A}#{C}\. ?)(.*)/ catts = shelve( catts ) if catts |