[Gnucash-changes] r13212 - htdocs/trunk/www - getting back to valid HTML

Neil Williams codehelp at cvs.gnucash.org
Sat Feb 11 13:54:52 EST 2006


Author: codehelp
Date: 2006-02-11 13:54:52 -0500 (Sat, 11 Feb 2006)
New Revision: 13212
Trac: http://svn.gnucash.org/trac/changeset/13212

Modified:
   htdocs/trunk/www/externals/footer.phtml
   htdocs/trunk/www/index.phtml
Log:
getting back to valid HTML

Modified: htdocs/trunk/www/externals/footer.phtml
===================================================================
--- htdocs/trunk/www/externals/footer.phtml	2006-02-11 18:47:24 UTC (rev 13211)
+++ htdocs/trunk/www/externals/footer.phtml	2006-02-11 18:54:52 UTC (rev 13212)
@@ -1,7 +1,7 @@
 <div style="clear:both;float:none;">&nbsp;</div>
 <div id="tail">
 <p style="float:right;padding-right:1em;"><a href="http://validator.w3.org/check/referer">
-<img src="images/valid-html40.png"></a> </p>
+<img src="images/valid-html40.png" alt="valid HTML"></a> </p>
 <p style="float:left;"><a href="<?php echo "$home";?>/rss-feed.phtml">
 <img src="images/rss.gif" alt="rss logo"></a></p>
 <p style="text-align:center;"><b>Copyright &copy; 2001-2006 The GnuCash Project</b></p>

Modified: htdocs/trunk/www/index.phtml
===================================================================
--- htdocs/trunk/www/index.phtml	2006-02-11 18:47:24 UTC (rev 13211)
+++ htdocs/trunk/www/index.phtml	2006-02-11 18:54:52 UTC (rev 13212)
@@ -12,7 +12,7 @@
 
 <p><?php echo _("GnuCash is personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, *BSD, Solaris and Mac OSX.");?></p>
 
-<?php echo _("Designed to be easy to use, yet powerful and flexible, GnuCash allows you to track bank accounts, stocks, income and expenses.  As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports. "); ?></p>
+<p><?php echo _("Designed to be easy to use, yet powerful and flexible, GnuCash allows you to track bank accounts, stocks, income and expenses.  As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports. "); ?></p>
 
 <div>
 <h2>Feature Highlights</h2>



More information about the gnucash-changes mailing list