[Mapbender-commits] r4348 - trunk/mapbender/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Jul 13 12:54:16 EDT 2009
Author: astrid_emde
Date: 2009-07-13 12:54:16 -0400 (Mon, 13 Jul 2009)
New Revision: 4348
Modified:
trunk/mapbender/http/classes/class_element.php
Log:
e_id= without space
Modified: trunk/mapbender/http/classes/class_element.php
===================================================================
--- trunk/mapbender/http/classes/class_element.php 2009-07-13 16:52:14 UTC (rev 4347)
+++ trunk/mapbender/http/classes/class_element.php 2009-07-13 16:54:16 UTC (rev 4348)
@@ -163,7 +163,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