Skip to content

Commit

Permalink
fixed a missing escape
Browse files Browse the repository at this point in the history
  • Loading branch information
TsFreddie committed Jan 12, 2025
1 parent 8a09f62 commit 5222ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/ddnet/yearly/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@
},
{
type: 't',
text: `完成了 <span class="font-semibold text-orange-400">${d.lf[0]}</span>`
text: `完成了 <span class="font-semibold text-orange-400">${escapeHTML(d.lf[0])}</span>`
},
{
type: 't',
Expand Down

0 comments on commit 5222ab7

Please sign in to comment.