]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Update tags.html
authorMarc Foley <m.foley.88@gmail.com>
Mon, 18 Nov 2024 11:28:49 +0000 (11:28 +0000)
committerGitHub <noreply@github.com>
Mon, 18 Nov 2024 11:28:49 +0000 (11:28 +0000)
tags.html

index 7cbd103bea34af6c5f5ca95df91c793aca96d2f4..f97cbddd4985cf1d7ddb232277ce12cc678d85f1 100644 (file)
--- a/tags.html
+++ b/tags.html
             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) => {