From: Marc Cromme Date: Wed, 6 Jun 2007 09:00:56 +0000 (+0000) Subject: forgot a closing XML element '>' .. now targets state info is wellformed XML X-Git-Tag: PAZPAR2.1.0.0~69 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=69e16a2f160e0cf5ee051058e0571e184d41665c;p=pazpar2-moved-to-github.git forgot a closing XML element '>' .. now targets state info is wellformed XML --- diff --git a/src/http_command.c b/src/http_command.c index 97aac8c..52ccacd 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -1,4 +1,4 @@ -/* $Id: http_command.c,v 1.47 2007-06-05 14:09:10 marc Exp $ +/* $Id: http_command.c,v 1.48 2007-06-06 09:00:56 marc Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -20,7 +20,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA */ /* - * $Id: http_command.c,v 1.47 2007-06-05 14:09:10 marc Exp $ + * $Id: http_command.c,v 1.48 2007-06-06 09:00:56 marc Exp $ */ #include @@ -397,7 +397,7 @@ static void cmd_bytarget(struct http_channel *c) //wrbuf_printf(c->wrbuf, "%s\n", ht[i].state); wrbuf_puts(c->wrbuf, ""); wrbuf_xmlputs(c->wrbuf, ht[i].state); - wrbuf_puts(c->wrbuf, "wrbuf, "\n"); wrbuf_puts(c->wrbuf, ""); }