Skip to content

Commit

Permalink
Update tags.html
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e authored Nov 18, 2024
1 parent 15a3004 commit 8a49f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ <h1>Google Fonts Tagger</h1>
return response.text()
})
.then(csvText => {
csvText = "Family,Group/Tag,Weight\n" + csvText;
csvText = "Family,Group/Tag,Weight\r\n" + csvText;
Papa.parse(csvText, {
header: true,
complete: (results) => {
Expand Down

0 comments on commit 8a49f9d

Please sign in to comment.