summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r--ishtar_common/templates/blocks/DataTables.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/blocks/DataTables.html b/ishtar_common/templates/blocks/DataTables.html
index e3e8b6a39..fdd358363 100644
--- a/ishtar_common/templates/blocks/DataTables.html
+++ b/ishtar_common/templates/blocks/DataTables.html
@@ -117,7 +117,7 @@ jQuery(document).ready(function(){
}
if (val){
if (data) data += "&";
- data += key + "=" + val;
+ data += key + "=" + encodeURIComponent(val);
}
}
var mygrid = jQuery("#grid_{{name}}");