r21443 - htdocs/branches/beta - Fix the news link name.

Cristian Marchi cmarchi at code.gnucash.org
Tue Oct 18 09:02:15 EDT 2011


Author: cmarchi
Date: 2011-10-18 09:02:15 -0400 (Tue, 18 Oct 2011)
New Revision: 21443
Trac: http://svn.gnucash.org/trac/changeset/21443

Modified:
   htdocs/branches/beta/atom.php
Log:
Fix the news link name.

Modified: htdocs/branches/beta/atom.php
===================================================================
--- htdocs/branches/beta/atom.php	2011-10-18 13:00:48 UTC (rev 21442)
+++ htdocs/branches/beta/atom.php	2011-10-18 13:02:15 UTC (rev 21443)
@@ -60,7 +60,7 @@
   <entry>
     <id>urn:x-gnucash:news:<?= urlencode($key) ?></id>
     <title><?= $title ?></title>
-    <link rel="alternate" href="http://www.gnucash.org/beta/#<?=generate_anchor($key);?>" />
+    <link rel="alternate" href="http://www.gnucash.org/beta/n-#<?=generate_anchor($key);?>" />
     <author>
       <name>GnuCash Developers</name>
       <email>gnucash-devel at gnucash.org</email>



More information about the gnucash-changes mailing list