fix pfb doc search for non ascii characters

This commit is contained in:
Frédéric Péters 2011-12-04 14:18:04 +01:00
parent 3b30ee78e4
commit a082e7948f
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@
mq python:modules['ZTUtils'].make_query;
url batch_base_url | request/ACTUAL_URL;
batchformkeys batchformkeys|nothing;
batchlinkparams python:batchformkeys and dict([(key, unicode(request.form[key]).encode('utf-8')) for key in batchformkeys if key in request]) or dict([(key, unicode(request.form[key]).encode('utf-8')) for key in request.form]);
b_size python:10; b_size request/b_size | b_size;
b_start python:0;b_start request/b_start | b_start;">