[Mapbender-commits] r1041 - trunk/mapbender/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jan 25 07:22:15 EST 2007


Author: christoph
Date: 2007-01-25 07:22:15 -0500 (Thu, 25 Jan 2007)
New Revision: 1041

Modified:
   trunk/mapbender/http/php/mod_layerMetadata.php
Log:
added (empty) link to css-file

Modified: trunk/mapbender/http/php/mod_layerMetadata.php
===================================================================
--- trunk/mapbender/http/php/mod_layerMetadata.php	2007-01-25 12:17:23 UTC (rev 1040)
+++ trunk/mapbender/http/php/mod_layerMetadata.php	2007-01-25 12:22:15 UTC (rev 1041)
@@ -49,7 +49,8 @@
 		<meta http-equiv="pragma" content="no-cache">
 		<meta http-equiv="expires" content="0">
 		<meta http-equiv="content-language" content="de" />
-		<meta http-equiv="content-style-type" content="text/css" />		
+		<meta http-equiv="content-style-type" content="text/css" />	
+		<link rel="stylesheet" type="text/css" href="" />	
 <?php
 	echo '<meta http-equiv="Content-Type" content="text/html; charset='.CHARSET.'">';	
 ?>



More information about the Mapbender_commits mailing list