From b9f183985a56d3269336955f9e78d5401d6dae98 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Mon, 29 Nov 2021 19:47:43 -0500 Subject: [PATCH] fix smarty --- templates/CRM/common/jsortable.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/common/jsortable.tpl b/templates/CRM/common/jsortable.tpl index e33c663f80..c0adbc0156 100644 --- a/templates/CRM/common/jsortable.tpl +++ b/templates/CRM/common/jsortable.tpl @@ -27,7 +27,7 @@ } // for date sorting see http://wiki.civicrm.org/confluence/display/CRMDOC/Sorting+Date+Fields+in+dataTables+Widget - var useAjax = {$useAjax}, + var useAjax = {/literal}{$useAjax}{literal}, sourceUrl = '', useClass = 'display', tcount = 1, -- 2.25.1