[Mapbender-commits] r2151 - branches/2.4.5/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Feb 27 10:15:18 EST 2008


Author: vera
Date: 2008-02-27 10:15:18 -0500 (Wed, 27 Feb 2008)
New Revision: 2151

Modified:
   branches/2.4.5/http/javascripts/mod_exportMapImage.php
Log:
Added missing " in form-tag

Modified: branches/2.4.5/http/javascripts/mod_exportMapImage.php
===================================================================
--- branches/2.4.5/http/javascripts/mod_exportMapImage.php	2008-02-27 12:53:35 UTC (rev 2150)
+++ branches/2.4.5/http/javascripts/mod_exportMapImage.php	2008-02-27 15:15:18 UTC (rev 2151)
@@ -117,7 +117,7 @@
 
 </script>
 <body>
-<form name='form1' method='POST' action='' target="_blank" onSubmit="return FormCheck()>
+<form name='form1' method='POST' action='' target="_blank" onSubmit="return FormCheck()">
 <table border='0'>
 <div>Please select a format for the exported image!</div><br>
 <tr>
@@ -127,7 +127,7 @@
 </tr>
 <tr>
 	<td>
-		<span class="imageformat"><input type="radio" name="imageformat" value="jpeg">JPEG / JPG</span><br>
+	<span class="imageformat"><input type="radio" name="imageformat" value="jpeg">JPEG / JPG</span><br>
 	</td>
 </tr>
 <!--



More information about the Mapbender_commits mailing list