Cleanup master for 4.9.0.PRE

This commit is contained in:
Olof hagsand 2020-10-19 20:06:20 +02:00
parent 6fdc42a42b
commit 1614bcd19c
10 changed files with 51 additions and 43 deletions

View file

@ -159,7 +159,7 @@ xml2txt_recurse(FILE *f,
(*fn)(f, "%s;\n", xml_value(x));
break;
case CX_ELMNT:
(*fn)(f, "%*s;\n", 4*level, xml_name(x));
(*fn)(f, "%*s%s;\n", 4*level, "", xml_name(x));
break;
default:
break;