See ChangeLog

Monotone-Parent: cf113a40bd52153bf7981b492915e149294e2c84
Monotone-Revision: f68bc0f7c4af372fd5c49f8961ad1605dd875d1f

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2008-12-30T19:48:33
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2008-12-30 19:48:33 +00:00
parent f6a0ae15c8
commit 28aeaa6fee
10 changed files with 20 additions and 1040 deletions

View File

@@ -1270,7 +1270,7 @@ function refreshEvents() {
var titleSearch;
var value = search["value"];
if (value && value.length)
titleSearch = "&search=" + value;
titleSearch = "&search=" + escape(value.utf8encode());
else
titleSearch = "";