Explorar o código

Allow ACTIONs within PARAM tag

Serj Kalichev %!s(int64=2) %!d(string=hai) anos
pai
achega
272ab5a0ac
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      klish/xml-helper/load.c

+ 1 - 0
klish/xml-helper/load.c

@@ -390,6 +390,7 @@ static bool_t process_action(const kxml_node_t *element, void *parent,
 	if (	(KTAG_ENTRY != parent_tag) &&
 		(KTAG_COMMAND != parent_tag) &&
 		(KTAG_FILTER != parent_tag) &&
+		(KTAG_PARAM != parent_tag) &&
 		(KTAG_COND != parent_tag) &&
 		(KTAG_COMPL != parent_tag) &&
 		(KTAG_HELP != parent_tag) &&