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