Put two spaces before datafield end tag (includes subfields)
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 2 Feb 2005 23:07:56 +0000 (23:07 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 2 Feb 2005 23:07:56 +0000 (23:07 +0000)
src/marcdisp.c

index d07d291..8473f9f 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: marcdisp.c,v 1.13 2005-02-02 20:50:38 adam Exp $
+ * $Id: marcdisp.c,v 1.14 2005-02-02 23:07:56 adam Exp $
  */
 
 /**
@@ -459,7 +459,7 @@ int yaz_marc_decode_wrbuf (yaz_marc_t mt, const char *buf, int bsize, WRBUF wr)
             break;
         case YAZ_MARC_MARCXML:
             if (identifier_flag)
-                wrbuf_puts (wr, "</datafield>\n");
+                wrbuf_puts (wr, "  </datafield>\n");
             else
                 wrbuf_puts (wr, "</controlfield>\n");
             break;