File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21268,13 +21268,13 @@ async function main() {
2126821268 ];
2126921269 category_info.items.forEach((item) =>
2127021270 content.push(
21271- `<img src="https://img.shields.io/badge/-${qs.escape(
21271+ `<span>< img src="https://img.shields.io/badge/-${qs.escape(
2127221272 item.title[0][0]
2127321273 )}-${
2127421274 item[color_schema_entry[0]][0][0]
2127521275 }?style=flat-square&logo=${qs.escape(item.title[0][0])}" alt="${
2127621276 item.title[0][0]
21277- }"/>`
21277+ }"/></span> `
2127821278 )
2127921279 );
2128021280 newLines.push(...content, '<hr>');
Original file line number Diff line number Diff line change @@ -158,13 +158,13 @@ async function main() {
158158 ] ;
159159 category_info . items . forEach ( ( item ) =>
160160 content . push (
161- `<img src="https://img.shields.io/badge/-${ qs . escape (
161+ `<span>< img src="https://img.shields.io/badge/-${ qs . escape (
162162 item . title [ 0 ] [ 0 ]
163163 ) } -${
164164 item [ color_schema_entry [ 0 ] ] [ 0 ] [ 0 ]
165165 } ?style=flat-square&logo=${ qs . escape ( item . title [ 0 ] [ 0 ] ) } " alt="${
166166 item . title [ 0 ] [ 0 ]
167- } "/>`
167+ } "/></span> `
168168 )
169169 ) ;
170170 newLines . push ( ...content , '<hr>' ) ;
You can’t perform that action at this time.
0 commit comments