From 3f7187ccb98f7095841499353866f5b16056bbef Mon Sep 17 00:00:00 2001 From: Lukas Romsicki Date: Tue, 20 Aug 2024 00:03:29 -0400 Subject: [PATCH] Escape repo descriptions from GitHub data --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 01d7fe8..4cea62f 100644 --- a/index.html +++ b/index.html @@ -133,7 +133,7 @@

{ name: "{{repo.name}}", html_url: "{{repo.html_url}}", - description: "{{repo.description}}", + description: "{{repo.description | escape}}", homepage: "{{repo.homepage}}", language: "{{repo.language}}", stargazers_count: {{repo.stargazers_count}},