diff --git a/public/js/index.js b/public/js/index.js index 25915bc2ab..f6da4125be 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -1649,7 +1649,7 @@ function initDashboardSearch() { } new Vue({ - delimiters: ['<%', '%>'], + delimiters: ['${', '}'], el: el, data: { diff --git a/templates/user/dashboard/dashboard.tmpl b/templates/user/dashboard/dashboard.tmpl index 7a444c17d2..48d6966e18 100644 --- a/templates/user/dashboard/dashboard.tmpl +++ b/templates/user/dashboard/dashboard.tmpl @@ -33,9 +33,9 @@