From f42be0796aa97f6b305937f49f4a854d32e5e6af Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Fri, 19 Jan 2007 21:59:37 -0500 Subject: [PATCH] Require the "name" attribute for the account element in the DTD. --- src/xml.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xml.c b/src/xml.c index 3952aae7..5600e988 100644 --- a/src/xml.c +++ b/src/xml.c @@ -75,6 +75,7 @@ gchar *new_document() "\n" "\n" + "\n" "]>\n" ""; -- 2.11.4.GIT