From bc628f5dfc6e43d5dfedb1589aba308c232916d0 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 31 Dec 2009 12:04:28 +0000 Subject: [PATCH] Bug 537328: Clicking 'reply' shouldn't add anything to my history - Patch by Paul O'Shannessy [:zpao] r=LpSolit a=mkanat --- template/en/default/bug/edit.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 1fc157060e..2793a366a7 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -48,7 +48,7 @@ */ [% IF user.settings.quote_replies.value != 'off' %] document.write('[reply<' + '/a>]'); + id + ',' + real_id + '); return false;">reply<' + '/a>]'); [% END %] } -- 2.47.2