r20988 - htdocs/branches/beta/externals - More fix for w3c validation.

Cristian Marchi cmarchi at code.gnucash.org
Fri Jul 29 15:51:48 EDT 2011


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

Modified:
   htdocs/branches/beta/externals/header.phtml
Log:
More fix for w3c validation.

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2011-07-29 19:50:13 UTC (rev 20987)
+++ htdocs/branches/beta/externals/header.phtml	2011-07-29 19:51:48 UTC (rev 20988)
@@ -15,7 +15,7 @@
   <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" />
+<link rel="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");
@@ -33,15 +33,15 @@
 <div id="head">
 <div style="float:right;">
 <p id="rss">
-<a href="http://gnucash.uservoice.com/"><img style="margin: 0 10px 0 0" src="<?=$top_dir?>/externals/uservoice-32x32.png" title="<?php echo T_($titleuservoice);?>" alt="[Donation]" width="32" height="32" /></a>
-<a href="http://sourceforge.net/donate/index.php?group_id=192"><img style="margin: 0 10px 0 0" src="<?=$top_dir?>/externals/donation-32x32.png" title="<?php echo T_($titledonation);?>" alt="[Donation]" width="32" height="32" /></a>
-<a href="<?=$home?>/atom.php"><img style="margin: 0 10px 0 0" src="<?=$top_dir?>/externals/feed-icon-32x32.png" title="<?php echo T_($titleRSS);?>" alt="[atom syndication feed]" width="32" height="32" /></a>
+<a href="http://gnucash.uservoice.com/"><img style="margin: 0 10px 0 0" src="<?=$top_dir?>/externals/uservoice-32x32.png" title="<?php echo T_($titleuservoice);?>" alt="[Donation]" width="32" height="32" ></a>
+<a href="http://sourceforge.net/donate/index.php?group_id=192"><img style="margin: 0 10px 0 0" src="<?=$top_dir?>/externals/donation-32x32.png" title="<?php echo T_($titledonation);?>" alt="[Donation]" width="32" height="32" ></a>
+<a href="<?=$home?>/atom.php"><img style="margin: 0 10px 0 0" src="<?=$top_dir?>/externals/feed-icon-32x32.png" title="<?php echo T_($titleRSS);?>" alt="[atom syndication feed]" width="32" height="32" ></a>
 </p>
 </div>
 
 <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"/></a>
+<img src="<?=$home?>/externals/banner5.png"></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