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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jul 13 12:52:15 EDT 2009


Author: astrid_emde
Date: 2009-07-13 12:52:14 -0400 (Mon, 13 Jul 2009)
New Revision: 4347

Modified:
   branches/2.6/http/classes/class_element.php
Log:
e_id= without space

Modified: branches/2.6/http/classes/class_element.php
===================================================================
--- branches/2.6/http/classes/class_element.php	2009-07-13 08:42:28 UTC (rev 4346)
+++ branches/2.6/http/classes/class_element.php	2009-07-13 16:52:14 UTC (rev 4347)
@@ -159,7 +159,7 @@
 	      				$openTag .= "?";
       				}
 	      			$openTag .= "e_id_css=" . $this->id . "&" .
-	      					 "e_id= " . $this->id . "&" .
+	      					 "e_id=" . $this->id . "&" .
 	      					 "e_target=" . $this->target . "&" .
 	      					 $this->getUrlParameters();
 				}



More information about the Mapbender_commits mailing list