]> source.dussan.org Git - jquery.git/commitdiff
Change the changelog header style
authorDave Methvin <dave.methvin@gmail.com>
Tue, 2 Jul 2013 20:12:12 +0000 (16:12 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Tue, 2 Jul 2013 20:12:12 +0000 (16:12 -0400)
build/release-notes.js

index dff2c11c62ed6d028e720e3ee2f27d7c00db999f..ae50f2dc0af070f146d0f4e854d292c8ef36d8a2 100644 (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>");
                                }