diff --git a/inc-compilo-index.php3 b/inc-compilo-index.php3
index 151af19d236e17233228c93550461a55a0c51de0..5ad84c037b7d5e6abffbe4d0618baaed34cd2853 100644
--- a/inc-compilo-index.php3
+++ b/inc-compilo-index.php3
@@ -263,7 +263,7 @@ function applique_filtres($p) {
 				}
 				if (function_exists($fonc))
 				  $code = "$fonc($code$arglist)";
-				else if (strpos(" < > <= >= == === != !== <> ? ", " $fonc "))
+				else if (strpos("x < > <= >= == === != !== <> ? ", " $fonc "))
 				  $code = "($code $fonc "
 				    . substr($arglist,1)
 				    . ')';