[gnumeric] news-to-html: fix generated html.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] news-to-html: fix generated html.
- Date: Mon, 16 Jul 2012 01:40:20 +0000 (UTC)
commit 927430362dfccfebf231e2a998b71a3352a3f1c3
Author: Morten Welinder <terra gnome org>
Date: Sun Jul 15 21:19:23 2012 -0400
news-to-html: fix generated html.
tools/ChangeLog | 4 ++++
tools/news-to-html | 1 +
2 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/tools/ChangeLog b/tools/ChangeLog
index aba8f55..c41a7e3 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,7 @@
+2012-07-15 Morten Welinder <terra gnome org>
+
+ * news-to-html (finish_author): Fix missing </li>
+
2012-07-15 Morten Welinder <terra gnome org>
* Release 1.11.5
diff --git a/tools/news-to-html b/tools/news-to-html
index 73809a7..16281b8 100644
--- a/tools/news-to-html
+++ b/tools/news-to-html
@@ -79,6 +79,7 @@ sub finish_author {
print " <ul>\n";
print $item;
print " </ul>\n";
+ print " </li>\n";
$item = '';
$who = undef;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]