From fe21209817c6d4f227059af1213070ee0379f025 Mon Sep 17 00:00:00 2001 From: Axel Cocat Date: Fri, 6 May 2022 14:25:51 +0200 Subject: [PATCH] fix(layout): add missing closing html tag --- static/layout.hbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/layout.hbs b/static/layout.hbs index b46cc1a..90c822f 100644 --- a/static/layout.hbs +++ b/static/layout.hbs @@ -36,3 +36,5 @@ {{{ body }}} + +