From: Marc Foley Date: Fri, 15 Nov 2024 11:06:55 +0000 (+0000) Subject: tags.html: add header before parsing X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8497%2Fhead;p=thirdparty%2Fgoogle%2Ffonts.git tags.html: add header before parsing --- diff --git a/.ci/tags.html b/.ci/tags.html index dd4cee7dea..7cbd103bea 100644 --- a/.ci/tags.html +++ b/.ci/tags.html @@ -156,7 +156,7 @@ }, uniqueFamilies() { return Array.from(new Set(this.Families.map((family) => family.Family))); - }, + } }, methods: { sortedCategories() { @@ -317,6 +317,7 @@ return response.text() }) .then(csvText => { + csvText = "Family,Group/Tag,Weight\n" + csvText; Papa.parse(csvText, { header: true, complete: (results) => {