From 69e16a2f160e0cf5ee051058e0571e184d41665c Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Wed, 6 Jun 2007 09:00:56 +0000 Subject: [PATCH] forgot a closing XML element '>' .. now targets state info is wellformed XML --- src/http_command.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, ""); } -- 1.7.10.4