[Gnucash-changes] r14132 - htdocs/trunk/news - try wrapping the variable just in case.

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


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

Modified:
   htdocs/trunk/news/news-script.php
Log:
try wrapping the variable just in case.


Modified: htdocs/trunk/news/news-script.php
===================================================================
--- htdocs/trunk/news/news-script.php	2006-05-18 14:50:42 UTC (rev 14131)
+++ htdocs/trunk/news/news-script.php	2006-05-18 14:56:34 UTC (rev 14132)
@@ -115,7 +115,7 @@
         }
         else {
              echo ("<div class=\"newsborder\"><div class=\"newsheader\">");
-             echo("<img alt=\"news panel\" src=\"$top_dir/images/icons/document.txt.gif\">&nbsp;");
+             echo("<img alt=\"news panel\" src=\"${top_dir}/images/icons/document.txt.gif\">&nbsp;");
              print $fa[0];
              print  " - <b>" . $newsfile[$key] . "</b></div>\n";
              echo "<div class=\"newsinner\">";



More information about the gnucash-changes mailing list