[gnumeric] news-to-html: fix generated spans.



commit 80d66f50c2438bd20336da87c9b316d3530d2663
Author: Morten Welinder <terra gnome org>
Date:   Fri May 23 22:04:51 2014 -0400

    news-to-html: fix generated spans.

 tools/news-to-html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/news-to-html b/tools/news-to-html
index faacd52..4defdc1 100644
--- a/tools/news-to-html
+++ b/tools/news-to-html
@@ -145,7 +145,7 @@ sub prolog {
       <div class="generalitem">
 PROLOG
 ;
-    print "        <h2><span class=\"gnumeric-bullet\">$module $version aka &quot;TBD&quot; is now 
available.</h2>\n";
+    print "        <h2><span class=\"gnumeric-bullet\"></span>$module $version aka &quot;TBD&quot; is now 
available.</h2>\n";
     print "        <p>The Gnumeric Team is pleased to announce the availability of\n";
     print "        $module version $version.</p>\n";
     print "        <p>Noteworthy news in this release:</p>\n";


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]