From d63d99d392fe18d2df05ee4830fc53e1bbee46cf Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 8 Jan 2026 00:14:03 +0200 Subject: [PATCH] add safe filter --- crates/http/templates/info.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/http/templates/info.html.tera b/crates/http/templates/info.html.tera index 441446d..28f8b07 100644 --- a/crates/http/templates/info.html.tera +++ b/crates/http/templates/info.html.tera @@ -4,7 +4,7 @@

{{ title }}

{{ time }}
- {{ description }} + {{ description | safe }}
{% endblock content %} \ No newline at end of file