Index: openacs-4/packages/acs-templating/resources/lists/table.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/resources/lists/table.adp,v diff -u -N -r1.29 -r1.30 --- openacs-4/packages/acs-templating/resources/lists/table.adp 17 Jul 2018 18:30:29 -0000 1.29 +++ openacs-4/packages/acs-templating/resources/lists/table.adp 17 Dec 2018 10:39:11 -0000 1.30 @@ -50,7 +50,7 @@
\@list_properties.page_size_export_chunk;noquote@ template::add_event_listener -event change -id "$list_properties(name)_resize-control" -script [subst { - acs_ListBulkActionClick('$list_properties(name)_resize', '$list_properties(url)'); + acs_ListBulkActionClick("$list_properties(name)_resize", "$list_properties(url)"); }]