gnucash-htdocs master: Fix atom feed errors.
John Ralls
jralls at code.gnucash.org
Fri Dec 1 18:10:56 EST 2017
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/88115ae9 (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/b982c45e (commit)
commit 88115ae964534102c78dc410b9032b6145be337c
Author: John Ralls <jralls at ceridwen.us>
Date: Fri Dec 1 15:10:46 2017 -0800
Fix atom feed errors.
diff --git a/atom.php b/atom.php
index 53883bc..766b2c3 100644
--- a/atom.php
+++ b/atom.php
@@ -40,6 +40,7 @@
<logo>http://www.gnucash.org/images/icons/gnc-icon.png</logo>
<link rel="alternate" href="http://www.gnucash.org/" />
<link rel="self" href="http://www.gnucash.org/atom.php" />
+ <id>https://www.gnucash.org</id>
<?php
$news_items = get_news($newsdir, $newsdir);
$news_items = array_slice($news_items, 0, $entry_count);
diff --git a/news/171126-2.7.2.news b/news/171126-2.7.2.news
index 8ece89e..aab60a9 100644
--- a/news/171126-2.7.2.news
+++ b/news/171126-2.7.2.news
@@ -1,4 +1,5 @@
-<b>Announcement:</b> GnuCash 2.7.2 Release—2017-10-29
+<b>Announcement:</b> GnuCash 2.7.2 Release
+2017-10-29
<h2>GnuCash 2.7.2 released</h2>
Summary of changes:
atom.php | 1 +
news/171126-2.7.2.news | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
More information about the gnucash-changes
mailing list