[Mapbender-commits] r3935 - branches/2.6/http/javascripts trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed May 6 05:21:57 EDT 2009


Author: verenadiewald
Date: 2009-05-06 05:21:57 -0400 (Wed, 06 May 2009)
New Revision: 3935

Modified:
   branches/2.6/http/javascripts/mod_wfs_gazetteer_client.php
   trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php
Log:
right syntax for meta tag charset

Modified: branches/2.6/http/javascripts/mod_wfs_gazetteer_client.php
===================================================================
--- branches/2.6/http/javascripts/mod_wfs_gazetteer_client.php	2009-05-06 09:18:49 UTC (rev 3934)
+++ branches/2.6/http/javascripts/mod_wfs_gazetteer_client.php	2009-05-06 09:21:57 UTC (rev 3935)
@@ -27,7 +27,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset='<?php echo CHARSET;?>'">	
+<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET;?>">	
 <title>mod_wfs_gazetteer</title>
 
 <?php

Modified: trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php	2009-05-06 09:18:49 UTC (rev 3934)
+++ trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php	2009-05-06 09:21:57 UTC (rev 3935)
@@ -27,7 +27,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset='<?php echo CHARSET;?>'">	
+<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET;?>">	
 <title>mod_wfs_gazetteer</title>
 
 <?php



More information about the Mapbender_commits mailing list