r20997 - htdocs/branches/beta/externals - Test some fixes for validation errors.

Cristian Marchi cmarchi at code.gnucash.org
Sat Jul 30 09:15:57 EDT 2011


Author: cmarchi
Date: 2011-07-30 09:15:57 -0400 (Sat, 30 Jul 2011)
New Revision: 20997
Trac: http://svn.gnucash.org/trac/changeset/20997

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

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2011-07-30 13:06:18 UTC (rev 20996)
+++ htdocs/branches/beta/externals/header.phtml	2011-07-30 13:15:57 UTC (rev 20997)
@@ -12,7 +12,7 @@
 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="icon" href="<?=$home?>/favicon.ico" type="image/x-icon" />
@@ -41,7 +41,7 @@
 
 <div style="margin: 0px 0px 0 0;">
 <a href="<?=$home?>/"><!--img src="<?=$home?>/externals/gnucash_logo1.png" alt="[GnuCash Logo]" id="gnclogo" width="179" height="45" border="0"/ -->
-<img src="<?=$home?>/externals/banner5.png"></img></a>
+<img alt="banner" src="<?=$home?>/externals/banner5.png"></img></a>
 <p style="font-style:italic; font-size:1.1em; margin: 0 0 0 10px; color: #08006d"><?php echo T_("Free Acconting Software");?></p>
 </div>
 



More information about the gnucash-changes mailing list