From 5ff3625c7f3c2e061b4ba97379809ca101492691 Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Sun, 19 Jan 2020 14:18:29 +0100 Subject: [PATCH] Ensure Markdown rendering is not using flex boxes --- templates/display_paste.rs.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/display_paste.rs.html b/templates/display_paste.rs.html index 60e100d..d48abff 100644 --- a/templates/display_paste.rs.html +++ b/templates/display_paste.rs.html @@ -6,8 +6,10 @@ @:header(session) -@Html(paste.markdown)
+
+ @Html(paste.markdown) +
@if let Some(delete_at) = paste.delete_at {
This paste will be automatically deleted on @delete_at.format("%Y-%m-%d %H:%M") UTC.