aboutsummaryrefslogtreecommitdiffstats
path: root/build/release-notes.js
diff options
context:
space:
mode:
authorDave Methvin <dave.methvin@gmail.com>2013-07-02 16:12:12 -0400
committerDave Methvin <dave.methvin@gmail.com>2013-07-02 16:12:12 -0400
commita44202dc604d14688756ae0cccde0fec53e53dbf (patch)
tree2eeaecabf681fc05c1b24d488ad3273949e444ad /build/release-notes.js
parentd53ddc90c1f119fb9148a553443ef3fbc3f3cc99 (diff)
downloadjquery-a44202dc604d14688756ae0cccde0fec53e53dbf.tar.gz
jquery-a44202dc604d14688756ae0cccde0fec53e53dbf.zip
Change the changelog header style
Diffstat (limited to 'build/release-notes.js')
-rw-r--r--build/release-notes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/release-notes.js b/build/release-notes.js
index dff2c11c6..ae50f2dc0 100644
--- a/build/release-notes.js
+++ b/build/release-notes.js
@@ -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>");
}