Commit 67c9027
committed
fix: unescaped html in block job expiration text
The text was not marked html_safe thus it would render as
`Expires <span title="July 12, 2025 19:55">10 minutes ago</span>`
instead of `Expires 10 minutes ago` and show an tooltip with the
exact time when hovered.1 parent 9fa76f0 commit 67c9027
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments