mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Change the changelog header style
This commit is contained in:
parent
d53ddc90c1
commit
a44202dc60
@ -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