r21034 - htdocs/branches/beta - Validate docs page.

Cristian Marchi cmarchi at code.gnucash.org
Sun Jul 31 09:32:34 EDT 2011


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

Modified:
   htdocs/branches/beta/docs.phtml
Log:
Validate docs page.

Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml	2011-07-31 13:29:49 UTC (rev 21033)
+++ htdocs/branches/beta/docs.phtml	2011-07-31 13:32:34 UTC (rev 21034)
@@ -67,7 +67,7 @@
 </div>
 
 <div class="downloadimage">
-<img alt="develdoc" src="<?=$top_dir;?>/externals/develdoc.png">
+<img alt="develdoc" src="<?=$top_dir;?>/externals/develdoc.png" />
 </div>
 </div>
 
@@ -127,11 +127,11 @@
 </div>
 
 <div class="downloadimage">
-<img alt="stabledoc" src="<?=$top_dir;?>/externals/stabledoc.png">
+<img alt="stabledoc" src="<?=$top_dir;?>/externals/stabledoc.png" />
 </div>
 </div>
 
-<p class="justify"><?php echo T_("This is the latest stable release of the <span class=\"gnucash\">GnuCash</span> documentation. <em>Stable</em> means that this documentation is not necessarily the most up to date but it works without any problem.");?>
+<p class="justify"><?php echo T_("This is the latest stable release of the <span class=\"gnucash\">GnuCash</span> documentation. <em>Stable</em> means that this documentation is not necessarily the most up to date but it works without any problem.");?></p>
 </div>
 
 <div class="featurecontainer">



More information about the gnucash-changes mailing list