[Mapbender-commits] r9184 - trunk/mapbender/http/plugins

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Apr 17 04:37:47 PDT 2015


Author: armin11
Date: 2015-04-17 04:37:47 -0700 (Fri, 17 Apr 2015)
New Revision: 9184

Modified:
   trunk/mapbender/http/plugins/mb_downloadFeedClient.php
Log:
Bugfix for doctype of inspire download atom feed client

Modified: trunk/mapbender/http/plugins/mb_downloadFeedClient.php
===================================================================
--- trunk/mapbender/http/plugins/mb_downloadFeedClient.php	2015-04-09 09:56:43 UTC (rev 9183)
+++ trunk/mapbender/http/plugins/mb_downloadFeedClient.php	2015-04-17 11:37:47 UTC (rev 9184)
@@ -16,6 +16,7 @@
 	$testMatch = NULL;	
 }		
 ?>
+<!DOCTYPE html>
 <html>
 <head>
 <title><?php echo _mb("INSPIRE ATOM Feed Client");?></title> 
@@ -49,7 +50,7 @@
 		resize: none;
 	}
 	#client {
-		width: 650px;
+		<!--width: 850px;-->
 		height: 870px;
 	}
 	#input_feed_url {
@@ -82,6 +83,7 @@
 	    top: 0;
 	    width: 500px;
             height: 270px;
+	    margin-left: 370px;
 	}
 	#mapframe {
 		



More information about the Mapbender_commits mailing list