From 381705d87eb9bc6688203ffaeb26668110532584 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Fri, 23 Apr 2021 12:58:25 +0200 Subject: [PATCH] Add margins to last changed rendering --- assets/tagRenderings/questions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/tagRenderings/questions.json b/assets/tagRenderings/questions.json index 667ef7d..338d7c6 100644 --- a/assets/tagRenderings/questions.json +++ b/assets/tagRenderings/questions.json @@ -81,6 +81,6 @@ "last_edit": { "#": "Gives some metainfo about the last edit and who did edit it - rendering only", "#condition": "_last_edit:contributor~*", - "render": "
Last edited on {_last_edit:timestamp} by {_last_edit:contributor}
" + "render": "
Last edited on {_last_edit:timestamp} by {_last_edit:contributor}
" } } \ No newline at end of file