]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
tags.html: add header before parsing 8497/head
authorMarc Foley <m.foley.88@gmail.com>
Fri, 15 Nov 2024 11:06:55 +0000 (11:06 +0000)
committerMarc Foley <m.foley.88@gmail.com>
Fri, 15 Nov 2024 11:06:55 +0000 (11:06 +0000)
.ci/tags.html

index dd4cee7deab22f302785a36db497bbd76965a405..7cbd103bea34af6c5f5ca95df91c793aca96d2f4 100644 (file)
       },
       uniqueFamilies() {
         return Array.from(new Set(this.Families.map((family) => family.Family)));
-      },
+      }
     },
     methods: {
       sortedCategories() {
             return response.text()
           })
           .then(csvText => {
+            csvText = "Family,Group/Tag,Weight\n" + csvText;
             Papa.parse(csvText, {
               header: true,
               complete: (results) => {