gnucash-htdocs master: Canonicalize the uri in the feed id.
John Ralls
jralls at code.gnucash.org
Fri Dec 1 18:19:46 EST 2017
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/52b7e155 (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/88115ae9 (commit)
commit 52b7e1556d1d8e53db7662c9c60ae45f711a02a7
Author: John Ralls <jralls at ceridwen.us>
Date: Fri Dec 1 15:19:38 2017 -0800
Canonicalize the uri in the feed id.
diff --git a/atom.php b/atom.php
index 766b2c3..2eff88d 100644
--- a/atom.php
+++ b/atom.php
@@ -40,7 +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>
+ <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 aab60a9..f996e66 100644
--- a/news/171126-2.7.2.news
+++ b/news/171126-2.7.2.news
@@ -1,5 +1,5 @@
<b>Announcement:</b> GnuCash 2.7.2 Release
-2017-10-29
+2017-11-25
<h2>GnuCash 2.7.2 released</h2>
Summary of changes:
atom.php | 2 +-
news/171126-2.7.2.news | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
More information about the gnucash-changes
mailing list