Changeset 148

Show
Ignore:
Timestamp:
04/27/09 08:08:49 (3 years ago)
Author:
ol
Message:

no useless blank in keyword getcapabilities output

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/wfs/wfs_get_capabilities.c

    r145 r148  
    289289                        fprintf(o->output, "  <Keyword>"); 
    290290                        fprintf(o->output, "%s", keyword->value->buf); 
    291                         fprintf(o->output, "  </Keyword>"); 
     291                        fprintf(o->output, "</Keyword>"); 
    292292                    } 
    293293                }