r21882 - htdocs/trunk - Fix an escape sequence error.

Cristian Marchi cmarchi at code.gnucash.org
Tue Jan 24 08:35:57 EST 2012


Author: cmarchi
Date: 2012-01-24 08:35:57 -0500 (Tue, 24 Jan 2012)
New Revision: 21882
Trac: http://svn.gnucash.org/trac/changeset/21882

Modified:
   htdocs/trunk/docs.phtml
Log:
Fix an escape sequence error.

Modified: htdocs/trunk/docs.phtml
===================================================================
--- htdocs/trunk/docs.phtml	2012-01-24 13:34:07 UTC (rev 21881)
+++ htdocs/trunk/docs.phtml	2012-01-24 13:35:57 UTC (rev 21882)
@@ -23,7 +23,7 @@
 <p class="justify"><?php echo T_("You can also send an email to the <a href='mailto:gnucash-user at lists.gnucash.org'>gnucash-user</a> mailing list if you cannot find a satisfactory answer to your question within either the <b>Help Manual</b> or the <b>Concepts Guide</b>. We <b>want</b> feedback from you, it is also through your comments that we know how to improve the documentation.");?></p>
 
 <div class="dialog note">
-<p class="justify"><?php echo T_("<span class="gnucash">GnuCash</span>'s documentation has been created by its community. See <a href=\"http://wiki.gnucash.org/wiki/Documentation_Update_Instructions\">Documentation Development</a> if you are interested in contributing to this effort.");?></p>
+<p class="justify"><?php echo T_("<span class=\"gnucash\">GnuCash</span>'s documentation has been created by its community. See <a href=\"http://wiki.gnucash.org/wiki/Documentation_Update_Instructions\">Documentation Development</a> if you are interested in contributing to this effort.");?></p>
 </div>
 
 <div class="featurecontainer">



More information about the gnucash-changes mailing list