From e16982d71efca56d684af5b8828134c6b3c63c24 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Fri, 20 Jan 2012 12:50:34 +0800 Subject: Bug 719704: fix reply link not quoting the entire comment --- template/en/default/bug/comments.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default') diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 635fc5848..2a00b47ec 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -48,7 +48,7 @@ [% END %] /* Remove embedded links to attachment details */ - replytext = replytext.replace(/(attachment\s+\d+)(\s+\[[^\[]+\])+/gi, '$1'); + replytext = replytext.replace(/(attachment\s+\d+)(\s+\[[^\[\n]+\])+/gi, '$1'); /*