r20987 - htdocs/branches/beta/externals - Test a fix for some w3c validation errors.

Cristian Marchi cmarchi at code.gnucash.org
Fri Jul 29 15:50:13 EDT 2011


Author: cmarchi
Date: 2011-07-29 15:50:13 -0400 (Fri, 29 Jul 2011)
New Revision: 20987
Trac: http://svn.gnucash.org/trac/changeset/20987

Modified:
   htdocs/branches/beta/externals/header.phtml
Log:
Test a fix for some w3c validation errors.

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2011-07-29 19:48:22 UTC (rev 20986)
+++ htdocs/branches/beta/externals/header.phtml	2011-07-29 19:50:13 UTC (rev 20987)
@@ -12,11 +12,11 @@
 if (!isset($can_utf)) { $can_utf = true; }
 if ($can_utf)
 { ?>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
 <?php } ?>
-<link rel="stylesheet" href="<?=$home?>/externals/gnucash.css" type="text/css" />
+<link rel="stylesheet" href="<?=$home?>/externals/gnucash.css" type="text/css">
 <link rel="icon" href="<?=$home?>/favicon.ico" type="image/x-icon" />
-<link rel="shortcut icon" href="<?=$home?>/favicon.ico" type="image/x-icon" />
+<link rel="shortcut icon" href="<?=$home?>/favicon.ico" type="image/x-icon">
 <?php
 include("$top_dir/externals/global_params.php");
 $current_page = array_key_exists('HTTP_HOST', $_SERVER) ? ($top_dir . "/" . basename($_SERVER["SCRIPT_NAME"])) : "";



More information about the gnucash-changes mailing list