[Secure-testing-commits] r6451 - bin
nion at alioth.debian.org
nion at alioth.debian.org
Fri Aug 31 11:54:29 UTC 2007
Author: nion
Date: 2007-08-31 11:54:29 +0000 (Fri, 31 Aug 2007)
New Revision: 6451
Modified:
bin/tracker.cgi
Log:
fixed escaping of generated java script
Modified: bin/tracker.cgi
===================================================================
--- bin/tracker.cgi 2007-08-31 09:21:17 UTC (rev 6450)
+++ bin/tracker.cgi 2007-08-31 11:54:29 UTC (rev 6451)
@@ -52,7 +52,7 @@
function onSearch(query) {
if (old_query_value == "") {
- if (query.length > 5) {
+ if (query.length > 5) {
old_query_value = query;
document.searchForm.submit();
} else {
More information about the Secure-testing-commits
mailing list