Skip to content

Commit ecabc2c

Browse files
authored
Merge pull request #125 from Shopify/fix-description-escape
Escape repo descriptions from GitHub data
2 parents b54c184 + 3f7187c commit ecabc2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h2>
133133
{
134134
name: "{{repo.name}}",
135135
html_url: "{{repo.html_url}}",
136-
description: "{{repo.description}}",
136+
description: "{{repo.description | escape}}",
137137
homepage: "{{repo.homepage}}",
138138
language: "{{repo.language}}",
139139
stargazers_count: {{repo.stargazers_count}},

0 commit comments

Comments
 (0)