[Gnucash-changes] r14130 - htdocs/trunk - Fix my php

Derek Atkins warlord at cvs.gnucash.org
Thu May 18 10:46:18 EDT 2006


Author: warlord
Date: 2006-05-18 10:46:18 -0400 (Thu, 18 May 2006)
New Revision: 14130
Trac: http://svn.gnucash.org/trac/changeset/14130

Modified:
   htdocs/trunk/index.phtml
Log:
Fix my php


Modified: htdocs/trunk/index.phtml
===================================================================
--- htdocs/trunk/index.phtml	2006-05-18 14:45:31 UTC (rev 14129)
+++ htdocs/trunk/index.phtml	2006-05-18 14:46:18 UTC (rev 14130)
@@ -39,7 +39,7 @@
 <h1><?php echo _("News"); ?></h1>
 
 <?php
-  echo("<!-- top_dir = $top_dir , home = $home -->\n")
+  echo("<!-- top_dir = $top_dir , home = $home -->\n");
 # News will continue to be translated separately because 
 # of the .txt format. 
   # for english, the lang and en news path are identical



More information about the gnucash-changes mailing list