summaryrefslogtreecommitdiffstats
path: root/extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl')
-rw-r--r--extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl b/extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl
index 933f26c81..dd895f078 100644
--- a/extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl
+++ b/extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl
@@ -14,8 +14,8 @@
PD.popularity = [
[% FOREACH bug = by_popularity %]
{
- id: '[% bug.id FILTER js %]',
- count: '[% bug.votes FILTER js %]',
+ id: [% bug.id FILTER js %],
+ count: [% bug.votes FILTER js %],
status: '[% bug.status FILTER js %]',
version: '[% bug.version FILTER js %]',
component: '[% bug.component FILTER js %]',