]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
tags: use same linebreak for header 8508/head
authorMarc Foley <m.foley.88@gmail.com>
Mon, 18 Nov 2024 11:17:07 +0000 (11:17 +0000)
committerMarc Foley <m.foley.88@gmail.com>
Mon, 18 Nov 2024 11:17:07 +0000 (11:17 +0000)
.ci/tags.html

index 7cbd103bea34af6c5f5ca95df91c793aca96d2f4..f97cbddd4985cf1d7ddb232277ce12cc678d85f1 100644 (file)
             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) => {