Changeset 148
- Timestamp:
- 04/27/09 08:08:49 (3 years ago)
- Files:
-
- 1 modified
-
src/wfs/wfs_get_capabilities.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/wfs/wfs_get_capabilities.c
r145 r148 289 289 fprintf(o->output, " <Keyword>"); 290 290 fprintf(o->output, "%s", keyword->value->buf); 291 fprintf(o->output, " </Keyword>");291 fprintf(o->output, "</Keyword>"); 292 292 } 293 293 }