Explorar el Código

textops: mismatch parenthesis in doc

(cherry picked from commit 508befcbddc7b88b6a68b188d881b52943682cc8)
Vicente Hernando hace 7 años
padre
commit
9d3096d0ce
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

@@ -1342,7 +1342,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");
 }
 ...