[Gnucash-changes] r14115 - htdocs/trunk/externals - add trailing slash to url.

Joshua Sled jsled at cvs.gnucash.org
Wed May 17 20:34:40 EDT 2006


Author: jsled
Date: 2006-05-17 20:34:39 -0400 (Wed, 17 May 2006)
New Revision: 14115
Trac: http://svn.gnucash.org/trac/changeset/14115

Modified:
   htdocs/trunk/externals/header.phtml
Log:
add trailing slash to url.


Modified: htdocs/trunk/externals/header.phtml
===================================================================
--- htdocs/trunk/externals/header.phtml	2006-05-18 00:28:58 UTC (rev 14114)
+++ htdocs/trunk/externals/header.phtml	2006-05-18 00:34:39 UTC (rev 14115)
@@ -19,7 +19,7 @@
 <body>
 
 <div id="head">
-<a href="<?=$home?>"><img src="<?=$top_dir?>/externals/gnucash_logo1.png" alt="[GnuCash Logo]" id="gnclogo" width="179" height="45" border="0"/></a>
+<a href="<?=$home?>/"><img src="<?=$top_dir?>/externals/gnucash_logo1.png" alt="[GnuCash Logo]" id="gnclogo" width="179" height="45" border="0"/></a>
 <br/>
 <span id="language">
 Language:



More information about the gnucash-changes mailing list