From 28eeb3de76119a0e4469f38b99498b34425e54c8 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 20 Aug 2024 00:32:22 +0200 Subject: [PATCH] post_controls.html: use div instead of span --- templates/post/post_controls.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/post/post_controls.html b/templates/post/post_controls.html index 5d3671c5..f69cd432 100644 --- a/templates/post/post_controls.html +++ b/templates/post/post_controls.html @@ -1,6 +1,6 @@ {% if mod %} - +
{% if mod|hasPermission(config.mod.warning, board.uri) %} {{ config.mod.link_warning }}  {% endif %} @@ -64,6 +64,6 @@ {% if mod|hasPermission(config.mod.editpost, board.uri) %} {{ config.mod.link_editpost }}  {% endif %} - +
{% endif %}