[Mapbender-commits] r4317 - branches/2.6/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jul 7 10:38:17 EDT 2009


Author: christoph
Date: 2009-07-07 10:38:17 -0400 (Tue, 07 Jul 2009)
New Revision: 4317

Modified:
   branches/2.6/http/classes/class_wfs.php
Log:


Modified: branches/2.6/http/classes/class_wfs.php
===================================================================
--- branches/2.6/http/classes/class_wfs.php	2009-07-07 14:14:49 UTC (rev 4316)
+++ branches/2.6/http/classes/class_wfs.php	2009-07-07 14:38:17 UTC (rev 4317)
@@ -81,7 +81,7 @@
 	protected function getFeaturePost ($featureTypeName, $filter) {
 		$postData = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" . 
 			"<wfs:GetFeature version=\"" . $this->getVersion() . "\" " . 
-			"xmlns:ogc=\"http://www.opengis.net/ogc " . 
+			"xmlns:ogc=\"http://www.opengis.net/ogc\" " . 
 			"xmlns:wfs=\"http://www.opengis.net/wfs\">" . 
 			"<wfs:Query ";
 			



More information about the Mapbender_commits mailing list