r17955 - htdocs/trunk - Make the self link in the atom feed an absolute url as recommended by the w3c feed validator.

Andreas Köhler andi5 at cvs.gnucash.org
Mon Feb 23 19:43:25 EST 2009


Author: andi5
Date: 2009-02-23 19:43:25 -0500 (Mon, 23 Feb 2009)
New Revision: 17955
Trac: http://svn.gnucash.org/trac/changeset/17955

Modified:
   htdocs/trunk/atom.php
Log:
Make the self link in the atom feed an absolute url as recommended by the w3c feed validator.


Modified: htdocs/trunk/atom.php
===================================================================
--- htdocs/trunk/atom.php	2009-02-24 00:41:39 UTC (rev 17954)
+++ htdocs/trunk/atom.php	2009-02-24 00:43:25 UTC (rev 17955)
@@ -40,7 +40,7 @@
   <generator>GnuCash htdocs/trunk/atom.php 1.0 &lt;gnucash-devel at gnucash.org&gt;</generator>
   <logo>http://www.gnucash.org/images/gnucash_logo.png</logo>
   <link rel="alternate" href="http://www.gnucash.org/" />
-  <link rel="self" href="atom.php" />
+  <link rel="self" href="http://www.gnucash.org/atom.php" />
   <?php
   $news_items = get_news($newsdir, $newsdir);
   $news_items = array_slice($news_items, 0, $entry_count);



More information about the gnucash-changes mailing list