From 0f9a207440d7d286b0d927c6a3feba74ba625174 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 25 May 2022 23:13:04 +0200 Subject: [PATCH] fds --- files/templates/sidebar_rDrama.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/files/templates/sidebar_rDrama.html b/files/templates/sidebar_rDrama.html index 374119148..6fb908ab2 100644 --- a/files/templates/sidebar_rDrama.html +++ b/files/templates/sidebar_rDrama.html @@ -41,11 +41,13 @@ set VISITORS_HERE_FLAVOR = [ PEOPLE HERE NOW - {% if v and v.admin_level > 1 %} -

{{g.loggedin_counter}} logged in, {{g.loggedout_counter}} logged out

- {% else %} -

{{g.loggedin_counter}} logged in, {{g.loggedout_counter}} logged out

- {% endif %} +

+ {% if v and v.admin_level > 1 %} + {{g.loggedin_counter}} logged in, {{g.loggedout_counter}} logged out + {% else %} + {{g.loggedin_counter}} logged in, {{g.loggedout_counter}} logged out + {% endif %} +

{% if sub %} {% if sub.sidebar_html %}