From c034487bf62423265d0832197e0ff490f82330eb Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 22 Sep 2014 21:23:54 -0400 Subject: Bug 1023405 - Shortcut for marking bugs as read --- template/en/default/bug/show-header.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default') diff --git a/template/en/default/bug/show-header.html.tmpl b/template/en/default/bug/show-header.html.tmpl index 306407a65..062e1aa82 100644 --- a/template/en/default/bug/show-header.html.tmpl +++ b/template/en/default/bug/show-header.html.tmpl @@ -68,7 +68,7 @@ initDirtyFieldTracking(); [% IF user.id AND user.is_involved_in_bug(bug) %] - YAHOO.bugzilla.bugUserLastVisit.update([% bug.bug_id FILTER none %]); + YAHOO.bugzilla.bugUserLastVisit.update([ [% bug.bug_id FILTER none %] ]); [% END %] }); [% javascript FILTER none %] -- cgit v1.2.3-24-g4f1b