mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 15:31:12 +00:00
#shelve should not be called if cell doesn't match attributes regexp (#18883).
git-svn-id: http://svn.redmine.org/redmine/trunk@13913 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c9dd7dbe15
commit
c686912de5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user