summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-04-18 19:16:48 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2014-04-18 19:16:48 +0200
commitae77f29440ce3aec26e115502ea804d1533494e9 (patch)
tree422fb6ccd0694dcfb6e1747a5ab351e1134d8a37 /template
parent536c249571764b257723739f496ea8cc92f2b50a (diff)
downloadbugzilla-ae77f29440ce3aec26e115502ea804d1533494e9.tar.gz
bugzilla-ae77f29440ce3aec26e115502ea804d1533494e9.tar.xz
Fix bustage due to bug 984980
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/show-header.html.tmpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/bug/show-header.html.tmpl b/template/en/default/bug/show-header.html.tmpl
index 946b50abf..21237227e 100644
--- a/template/en/default/bug/show-header.html.tmpl
+++ b/template/en/default/bug/show-header.html.tmpl
@@ -56,11 +56,11 @@
[% javascript FILTER none %]
[% END %]
[% END %]
-+[% javascript = BLOCK %]
- YAHOO.util.Event.onDOMReady(function() {
- YAHOO.util.Event.addListener(window, 'keydown', keys_pressed, [% bug.id FILTER none %]);
- YAHOO.util.Event.addListener(window, 'keyup', keys_released);
- });
+[% javascript = BLOCK %]
+ YAHOO.util.Event.onDOMReady(function() {
+ YAHOO.util.Event.addListener(window, 'keydown', keys_pressed, [% bug.id FILTER none %]);
+ YAHOO.util.Event.addListener(window, 'keyup', keys_released);
+ });
[% END %]
[% style_urls = ['skins/standard/bug.css'] %]
[% doc_section = "using.html#anatomy-of-a-bug" %]