Explorar el Código

textops: mismatch parenthesis in doc

Vicente Hernando hace 7 años
padre
commit
508befcbdd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/modules/textops/doc/textops_admin.xml

+ 1 - 1
src/modules/textops/doc/textops_admin.xml

@@ -1323,7 +1323,7 @@ if(is_privacy("id"))
 ...
 $var(subject) = "fi";
 $var(list) = "dk,fi,no,se";
-if (in_list("$var(subject)", "$var(list)", ",") {
+if (in_list("$var(subject)", "$var(list)", ",")) {
     xlog("L_INFO", "subject is found in list\n");
 }
 ...