summaryrefslogtreecommitdiffstats
path: root/extensions/ProductDashboard/template/en/default/pages/productdashboard/recents.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ProductDashboard/template/en/default/pages/productdashboard/recents.html.tmpl')
-rw-r--r--extensions/ProductDashboard/template/en/default/pages/productdashboard/recents.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/ProductDashboard/template/en/default/pages/productdashboard/recents.html.tmpl b/extensions/ProductDashboard/template/en/default/pages/productdashboard/recents.html.tmpl
index 66320e174..0f4a2dcf2 100644
--- a/extensions/ProductDashboard/template/en/default/pages/productdashboard/recents.html.tmpl
+++ b/extensions/ProductDashboard/template/en/default/pages/productdashboard/recents.html.tmpl
@@ -13,7 +13,7 @@
PD.recents.opened = [
[% FOREACH bug = recently_opened %]
{
- id: '[% bug.id FILTER js %]',
+ id: [% bug.id FILTER js %],
status: '[% bug.status FILTER js %]',
version: '[% bug.version FILTER js %]',
component: '[% bug.component FILTER js %]',
@@ -27,7 +27,7 @@
PD.recents.closed = [
[% FOREACH bug = recently_closed %]
{
- id: '[% bug.id FILTER js %]',
+ id: [% bug.id FILTER js %],
status: '[% bug.status FILTER js %]',
version: '[% bug.version FILTER js %]',
component: '[% bug.component FILTER js %]',