8000 Merge pull request #3 from githublucas420/escape-repo-descriptions · githublucas420/githubWebsite@ae61ef4 · GitHub
[go: up one dir, main page]

Skip to content

Commit ae61ef4

Browse files
Merge pull request #3 from githublucas420/escape-repo-descriptions
escape repo descriptions
2 parents 746e8c2 + 4c48f09 commit ae61ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/repo-card.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1 class="f4 lh-condensed mb-1">
88
</a>
99
</h1>
1010
</div>
11-
<div class="text-gray mb-2 ws-normal">{{ repository.description }}</div>
11+
<div class="text-gray mb-2 ws-normal overflow-hidden">{{ repository.description | escape }}</div>
1212
</div>
1313
<div class="d-flex f6">
1414
{% if repository.language %}

0 commit comments

Comments
 (0)
0