[Gnucash-changes] r14394 - htdocs/trunk - be expliclit about link relation.

Joshua Sled jsled at cvs.gnucash.org
Wed Jun 21 14:27:12 EDT 2006


Author: jsled
Date: 2006-06-21 14:27:07 -0400 (Wed, 21 Jun 2006)
New Revision: 14394
Trac: http://svn.gnucash.org/trac/changeset/14394

Modified:
   htdocs/trunk/atom.php
Log:
be expliclit about link relation.


Modified: htdocs/trunk/atom.php
===================================================================
--- htdocs/trunk/atom.php	2006-06-20 12:49:21 UTC (rev 14393)
+++ htdocs/trunk/atom.php	2006-06-21 18:27:07 UTC (rev 14394)
@@ -39,7 +39,7 @@
   <title>GnuCash News</title>
   <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 href="http://www.gnucash.org/" />
+  <link rel="alternate" href="http://www.gnucash.org/" />
   <link rel="self" href="atom.php" />
   <?php
   $news_items = get_news($newsdir, $newsdir);
@@ -60,7 +60,7 @@
   <entry>
     <id>urn:x-gnucash:news:<?= urlencode($key) ?></id>
     <title><?= $title ?></title>
-    <link href="<?=${top_dir}?>/#<?=generate_anchor($key);?>" />
+    <link rel="alternate" href="<?=${top_dir}?>/#<?=generate_anchor($key);?>" />
     <author>
       <name>GnuCash Developers</name>
       <email>gnucash-devel at gnucash.org</email>



More information about the gnucash-changes mailing list