mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 12:53:40 +00:00
fix: escape < character in donation SVG
This commit is contained in:
@@ -80,7 +80,7 @@ jobs:
|
|||||||
pct = min(total / goal * 100, 100) if goal > 0 else 0
|
pct = min(total / goal * 100, 100) if goal > 0 else 0
|
||||||
|
|
||||||
if total < 1:
|
if total < 1:
|
||||||
display = '< $1'
|
display = '< $1'
|
||||||
else:
|
else:
|
||||||
display = f'${math.floor(total):,}'
|
display = f'${math.floor(total):,}'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user