[Gnucash-changes] r14314 - htdocs/trunk/externals - correctly, though. :/

Joshua Sled jsled at cvs.gnucash.org
Sat Jun 3 18:50:52 EDT 2006


Author: jsled
Date: 2006-06-03 18:50:51 -0400 (Sat, 03 Jun 2006)
New Revision: 14314
Trac: http://svn.gnucash.org/trac/changeset/14314

Modified:
   htdocs/trunk/externals/header.phtml
Log:
correctly, though. :/


Modified: htdocs/trunk/externals/header.phtml
===================================================================
--- htdocs/trunk/externals/header.phtml	2006-06-03 22:50:10 UTC (rev 14313)
+++ htdocs/trunk/externals/header.phtml	2006-06-03 22:50:51 UTC (rev 14314)
@@ -9,7 +9,7 @@
 <?php
 
 if (isset($homepage)) { ?>
-  <link rel="alternate" type="application/atom+xml" title="Atom Feed" href="<?=$top_dir?>atom.php">
+  <link rel="alternate" type="application/atom+xml" title="Atom Feed" href="<?=$top_dir?>/atom.php">
 <?php } ?>
 
 <title><?= _($title); ?> | GnuCash</title>



More information about the gnucash-changes mailing list