diff options
-rw-r--r-- | lib/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/main.js b/lib/main.js index bc5d503..335c393 100644 --- a/lib/main.js +++ b/lib/main.js @@ -708,7 +708,7 @@ AttachmentFlagHandlerCtor.prototype = { _reParseInterestingFlag: /^(.+):\s+(.+)(([\-\+])|\?(\s+(\((.+)\)))?)$/, _reLinkifyInterestingFlag: /^(.+:\s+)(.+[\-\+\?])(\s+\(.+\))?$/, _reAttachmentHref: /attachment\.cgi\?id=(\d+)$/i, - _reAttachmentFlagName: /^Attachment\s+#(\d+)\s+Flag$/i + _reAttachmentFlagName: /^Attachment\s+#(\d+)\s+Flags$/i }; function CheckinCommentCtor() { |