Index: openacs-4/packages/acs-templating/resources/lists/courses.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/resources/lists/courses.adp,v
diff -u -r1.5 -r1.6
--- openacs-4/packages/acs-templating/resources/lists/courses.adp	17 Jul 2018 18:30:29 -0000	1.5
+++ openacs-4/packages/acs-templating/resources/lists/courses.adp	17 Dec 2018 10:39:11 -0000	1.6
@@ -51,7 +51,7 @@
             <form name="\@list_properties.name@_resize" method="GET" action="">
               \@list_properties.page_size_export_chunk;noquote@
 	      <tcl>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)");
 	      }]</tcl>
               <select id='\@list_properties.name@_resize-control' name="page_size">
                 <multiple name="page_sizes">
Index: openacs-4/packages/acs-templating/resources/lists/table-2third.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/resources/lists/table-2third.adp,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/acs-templating/resources/lists/table-2third.adp	17 Jul 2018 18:30:29 -0000	1.3
+++ openacs-4/packages/acs-templating/resources/lists/table-2third.adp	17 Dec 2018 10:39:11 -0000	1.4
@@ -50,7 +50,7 @@
               <form name="\@list_properties.name@_resize" method="GET" action="">
                 \@list_properties.page_size_export_chunk;noquote@
 	        <tcl>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)");
                 }]</tcl>
                 <select id='\@list_properties.name@_resize-control' name="page_size">	      
                 <multiple name="page_sizes">
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 -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 @@
             <form name="\@list_properties.name@_resize" method="GET" action="">
               \@list_properties.page_size_export_chunk;noquote@
 	      <tcl>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)");
 	      }]</tcl>
               <select id='\@list_properties.name@_resize-control' name="page_size">
                 <multiple name="page_sizes">
Index: openacs-4/packages/openacs-bootstrap3-theme/resources/lists/table-2third.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/openacs-bootstrap3-theme/resources/lists/table-2third.adp,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/openacs-bootstrap3-theme/resources/lists/table-2third.adp	7 Aug 2017 23:48:13 -0000	1.2
+++ openacs-4/packages/openacs-bootstrap3-theme/resources/lists/table-2third.adp	17 Dec 2018 10:39:11 -0000	1.3
@@ -51,7 +51,7 @@
               <form name="\@list_properties.name@_resize" method="GET" action="">
                 \@list_properties.page_size_export_chunk;noquote@
 	        <tcl>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)");
                 }]</tcl>
                 <select id='\@list_properties.name@_resize-control' name="page_size">	      
                 <multiple name="page_sizes">
Index: openacs-4/packages/openacs-bootstrap3-theme/resources/lists/table.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/openacs-bootstrap3-theme/resources/lists/table.adp,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/openacs-bootstrap3-theme/resources/lists/table.adp	7 Aug 2017 23:48:13 -0000	1.2
+++ openacs-4/packages/openacs-bootstrap3-theme/resources/lists/table.adp	17 Dec 2018 10:39:11 -0000	1.3
@@ -51,7 +51,7 @@
               <form name="\@list_properties.name@_resize" method="GET" action="">
                 \@list_properties.page_size_export_chunk;noquote@
 	        <tcl>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)");
                 }]</tcl>
                 <select id='\@list_properties.name@_resize-control' name="page_size">	      
                 <multiple name="page_sizes">
Index: openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl,v
diff -u -r1.68 -r1.69
--- openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl	27 Jun 2018 16:36:18 -0000	1.68
+++ openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl	17 Dec 2018 10:39:11 -0000	1.69
@@ -646,7 +646,7 @@
           template::add_event_listener \
               -id $id \
               -preventdefault=false \
-              -script [subst {acs_ListBulkActionClick('$name','[$ba url]');}]
+              -script [subst {acs_ListBulkActionClick("$name","[$ba url]");}]
         }
       }
     }
Index: openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl,v
diff -u -r1.10 -r1.11
--- openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl	5 Aug 2018 21:13:10 -0000	1.10
+++ openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl	17 Dec 2018 10:39:11 -0000	1.11
@@ -472,7 +472,7 @@
         }
         template::add_body_script -script [subst {
           document.getElementById('$id').addEventListener('click', function (event) {
-            acs_ListBulkActionClick('$name','[$ba url]');
+            acs_ListBulkActionClick("$name","[$ba url]");
           }, false);
         }]
       }