r21028 - htdocs/branches/beta/externals - Some tweaks for validation.

Cristian Marchi cmarchi at code.gnucash.org
Sun Jul 31 09:05:58 EDT 2011


Author: cmarchi
Date: 2011-07-31 09:05:58 -0400 (Sun, 31 Jul 2011)
New Revision: 21028
Trac: http://svn.gnucash.org/trac/changeset/21028

Modified:
   htdocs/branches/beta/externals/header.phtml
Log:
Some tweaks for validation.

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2011-07-31 13:03:07 UTC (rev 21027)
+++ htdocs/branches/beta/externals/header.phtml	2011-07-31 13:05:58 UTC (rev 21028)
@@ -5,7 +5,7 @@
 <?php
 $titleRSS = T_("Subscribe to RSS feed");
 $titledonation = T_("Support the GnuCash project with a donation");
-$titleuservoice = T_("Request or vote an enhancement for GnuCash");
+$titleuservoice = T_("Request or vote enhancements for GnuCash");
 ?>
 
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -14,17 +14,17 @@
 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">
-<link rel="shortcut icon" href="<?=$home?>/favicon.ico" type="image/x-icon">
+<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" />
 <?php
 include("$top_dir/externals/global_params.php");
 $current_page = array_key_exists('HTTP_HOST', $_SERVER) ? ($top_dir . "/" . basename($_SERVER["SCRIPT_NAME"])) : "";
 
 if (isset($homepage)) { ?>
-  <link rel="alternate" type="application/atom+xml" title="Atom Feed" href="<?=$home?>/atom.php">
+  <link rel="alternate" type="application/atom+xml" title="Atom Feed" href="<?=$home?>/atom.php" />
 <?php } ?>
 
 <title><?= T_($title); ?> | GnuCash</title>
@@ -35,20 +35,20 @@
 <div id="head">
 
 <div id="branding">
-<p><img src="<?=$top_dir?>/externals/gnucash-vert.png" alt="GnuCash"></p>
+<p><img src="<?=$top_dir?>/externals/gnucash-vert.png" alt="GnuCash" /></p>
 </div>
 
 <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="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 alt="banner" src="<?=$home?>/externals/banner5.png"></a>
+<img alt="banner" 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