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 %}