mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Change the changelog header style
(cherry picked from commit a44202dc60
)
This commit is contained in:
parent
5f2b5861b0
commit
98980d831b
@ -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>");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user