Skip to content

Commit

Permalink
s/Exceptions/Exception/ in GetCapabilities responses (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored and tbonfort committed Mar 1, 2017
1 parent 5dacd41 commit d6e13f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/service_wms.c
Expand Up @@ -158,7 +158,7 @@ void _create_capabilities_wms(mapcache_context *ctx, mapcache_request_get_capabi
"</Exception>\n" "</Exception>\n"
*/ */


tmpxml = ezxml_add_child(capxml,"Exceptions",0); tmpxml = ezxml_add_child(capxml,"Exception",0);
ezxml_set_txt(ezxml_add_child(tmpxml,"Format",0),"text/plain"); ezxml_set_txt(ezxml_add_child(tmpxml,"Format",0),"text/plain");


vendorxml = ezxml_add_child(capxml,"VendorSpecificCapabilities",0); vendorxml = ezxml_add_child(capxml,"VendorSpecificCapabilities",0);
Expand Down

0 comments on commit d6e13f5

Please sign in to comment.