[Mapbender-commits] r4835 - branches/2.6/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Oct 20 08:23:18 EDT 2009


Author: christoph
Date: 2009-10-20 08:23:17 -0400 (Tue, 20 Oct 2009)
New Revision: 4835

Modified:
   branches/2.6/http/javascripts/mod_addWMSfromList.php
Log:
HTML valid

Modified: branches/2.6/http/javascripts/mod_addWMSfromList.php
===================================================================
--- branches/2.6/http/javascripts/mod_addWMSfromList.php	2009-10-20 12:22:32 UTC (rev 4834)
+++ branches/2.6/http/javascripts/mod_addWMSfromList.php	2009-10-20 12:23:17 UTC (rev 4835)
@@ -93,7 +93,7 @@
 if($cnt_target > 1){
 	echo "alert('addWMS: ID not unique!');";
 }
-echo "<script language='Javascript'>";
+echo "<script type='text/javascript'>";
 echo "var gui_id = '".$logged_gui_id."';";
 echo "var mod_addWMS_data = '".$e_require."';";
 $target = explode(",", $e_target);
@@ -198,4 +198,4 @@
 // -->
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>



More information about the Mapbender_commits mailing list