Change the changelog header style

(cherry picked from commit a44202dc60)
This commit is contained in:
Dave Methvin 2013-07-02 16:12:12 -04:00
parent 5f2b5861b0
commit 98980d831b

View File

@ -40,7 +40,7 @@ http.request({
console.log("</ul>");
}
cur = cat;
console.log( "<h2>" + cat.charAt(0).toUpperCase() + cat.slice(1) + "</h2>" );
console.log( "<h3>" + cat.charAt(0).toUpperCase() + cat.slice(1) + "</h3>" );
console.log("<ul>");
}