[Mapbender-commits] r8160 - branches/2.7/http/plugins

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Sep 21 05:13:58 EDT 2011


Author: verenadiewald
Date: 2011-09-21 02:13:57 -0700 (Wed, 21 Sep 2011)
New Revision: 8160

Modified:
   branches/2.7/http/plugins/mb_print.php
Log:
removed comma for valid javascript

Modified: branches/2.7/http/plugins/mb_print.php
===================================================================
--- branches/2.7/http/plugins/mb_print.php	2011-09-21 09:13:47 UTC (rev 8159)
+++ branches/2.7/http/plugins/mb_print.php	2011-09-21 09:13:57 UTC (rev 8160)
@@ -497,7 +497,7 @@
                             width: 40 * 2,
                             height: 40 * 2,
                             offset_x: 40,
-                            offset_y: 40, 
+                            offset_y: 40 
                         });
                     }
                     var permanentImage = JSON.stringify(markers);



More information about the Mapbender_commits mailing list