File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ function renderMarkdown(stats, topRepos) {
178178 // HTML badges (centered). Markdown isn’t parsed inside HTML, so we use <img>.
179179 lines . push ( `<p align="center">${ renderBadgesHTML ( stats ) } </p>` ) ;
180180 lines . push ( "" ) ;
181+ lines . push ( `<div align="center">` ) ;
181182 lines . push ( `<table>` ) ;
182183 lines . push ( `<thead>` ) ;
183184 lines . push ( `<tr>` ) ;
@@ -202,7 +203,7 @@ function renderMarkdown(stats, topRepos) {
202203 lines . push ( `<tr><td>🍴 Forks</td><td align="right"><code>${ fmt ( forks ) } </code></td></tr>` ) ;
203204 lines . push ( `</tbody>` ) ;
204205 lines . push ( `</table>` ) ;
205- lines . push ( "" ) ;
206+ lines . push ( `</div>` ) ;
206207 lines . push (
207208 `<sub>Updated: ${ new Date ( ) . toISOString ( ) . replace ( "T" , " " ) . replace ( "Z" , " UTC" ) } </sub>`
208209 ) ;
You can’t perform that action at this time.
0 commit comments