[Mapbender-commits] r1232 - trunk/mapbender/http/frames

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Mar 16 10:44:51 EDT 2007


Author: christoph
Date: 2007-03-16 10:44:51 -0400 (Fri, 16 Mar 2007)
New Revision: 1232

Modified:
   trunk/mapbender/http/frames/index.php
Log:
http://trac.osgeo.org/mapbender/ticket/14

Modified: trunk/mapbender/http/frames/index.php
===================================================================
--- trunk/mapbender/http/frames/index.php	2007-03-16 14:18:24 UTC (rev 1231)
+++ trunk/mapbender/http/frames/index.php	2007-03-16 14:44:51 UTC (rev 1232)
@@ -52,7 +52,7 @@
 $res = db_prep_query($sql,$v,$t);
 $cnt = 0;
 while($row = db_fetch_array($res)){
-	echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"".$row["var_value"]."\" />\n";
+	echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"".$row["var_value"]."\">\n";
 }
 ?>
 <style type="text/css">



More information about the Mapbender_commits mailing list