Commit 14054335 authored by zak@balfor.local's avatar zak@balfor.local

Tiny fix to make the XML generated by the client well-formed.

(Thanks to Georg Richter!)
parent d025029d
......@@ -19,3 +19,4 @@ sinisa@rhols221.adsl.netsonic.fi
Sinisa@sinisa.nasamreza.org
nick@nick.leippe.com
monty@tik.
zak@balfor.local
......@@ -1246,7 +1246,7 @@ static void print_quoted_xml(FILE *output, char *fname, char *str, uint len)
else
fputc(*str, output);
}
fprintf(output, "<%s>\n", fname);
fprintf(output, "</%s>\n", fname);
}
static char *getTableName(int reset)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment