mirror of
https://github.com/redmine/redmine.git
synced 2026-08-07 01:59:38 +02:00
Don't turn #nnn with leading zeros into link (#11494).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10077 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -260,6 +260,8 @@ RAW
|
||||
# ticket notes
|
||||
'#3-14' => note_link,
|
||||
'#3#note-14' => note_link,
|
||||
# should not ignore leading zero
|
||||
'#03' => '#03',
|
||||
# changesets
|
||||
'r1' => changeset_link,
|
||||
'r1.' => "#{changeset_link}.",
|
||||
|
||||
Reference in New Issue
Block a user