r15073 - htdocs/trunk - Fix the PHP. Blah. Strings need quotes.

Derek Atkins warlord at cvs.gnucash.org
Wed Nov 1 17:37:14 EST 2006


Author: warlord
Date: 2006-11-01 17:37:14 -0500 (Wed, 01 Nov 2006)
New Revision: 15073
Trac: http://svn.gnucash.org/trac/changeset/15073

Modified:
   htdocs/trunk/docs.phtml
Log:
Fix the PHP.  Blah.  Strings need quotes.


Modified: htdocs/trunk/docs.phtml
===================================================================
--- htdocs/trunk/docs.phtml	2006-11-01 22:36:16 UTC (rev 15072)
+++ htdocs/trunk/docs.phtml	2006-11-01 22:37:14 UTC (rev 15073)
@@ -20,7 +20,7 @@
 
 <ul>
   <li><?php echo _("Nightly Documentation Builds");?>:
-    <ul><a href="http://svn.gnucash.org/docs/guide/"><?= _(Concepts Guide) ?></a></ul>
+    <ul><a href="http://svn.gnucash.org/docs/guide/"><?= _("Concepts Guide") ?></a></ul>
     <ul><a href="http://svn.gnucash.org/docs/help/help.html"><?= _("Help Manual") ?></a></ul>
     <ul><a href="http://svn.gnucash.org/docs/HEAD/"><?= _("Doxygen Developer Documentation") ?></ul>
   </li>



More information about the gnucash-changes mailing list