[gnumeric] news-to-html: make sure we get a bullet for header.



commit ce228d7dadfe98b23cf5121bdee063be9fe2718e
Author: Morten Welinder <terra gnome org>
Date:   Fri May 2 18:46:11 2014 -0400

    news-to-html: make sure we get a bullet for header.

 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 c5092f2..d803a12 100644
--- a/tools/news-to-html
+++ b/tools/news-to-html
@@ -145,7 +145,7 @@ sub prolog {
       <div class="generalitem">
 PROLOG
 ;
-    print "  <h2>$module $version aka &quot;TBD&quot; is now available.</h2>\n";
+    print "  <h2><span class=\"gnumeric-bullet\">$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]