r21951 - htdocs/branches/beta - Fix the php code.

Cristian Marchi cmarchi at code.gnucash.org
Sat Feb 4 03:42:55 EST 2012


Author: cmarchi
Date: 2012-02-04 03:42:54 -0500 (Sat, 04 Feb 2012)
New Revision: 21951
Trac: http://svn.gnucash.org/trac/changeset/21951

Modified:
   htdocs/branches/beta/docs.phtml
Log:
Fix the php code.

Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml	2012-02-04 08:35:40 UTC (rev 21950)
+++ htdocs/branches/beta/docs.phtml	2012-02-04 08:42:54 UTC (rev 21951)
@@ -31,7 +31,7 @@
 
 <h1><?php echo T_("GnuCash Documentation");?></h1>
 
-<p class="justify"><?php echo T_("There are two major <span class=\"gnucash\">GnuCash</span> documentation packages to help users: the");?> <a href=$hfileurl><?php echo T_("<b>Help Manual</b></a> and the <b>Tutorials and Concepts Guide</b>.");?></p>
+<p class="justify"><?php echo T_("There are two major <span class=\"gnucash\">GnuCash</span> documentation packages to help users: the <a href=\"");?><?php echo $hfileurl?><?php echo T_("\"<b>Help Manual</b></a> and the <b>Tutorials and Concepts Guide</b>.");?></p>
 
 <p class="justify"><?php echo T_("The <b>Help Manual</b> is designed to be a quick reference of how to accomplish specific tasks and how to use the features in <span class=\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</span> with a tutorial to show how to put those concepts into practice.");?></p>
 



More information about the gnucash-changes mailing list