From 927d11a6a42171345612851d4c3b2cda081537b6 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 29 Jan 2021 20:37:34 -0500 Subject: [PATCH] Fix tags not allowed under ul --- web/skins/classic/includes/functions.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/web/skins/classic/includes/functions.php b/web/skins/classic/includes/functions.php index a49cc2aa2..503f3f155 100644 --- a/web/skins/classic/includes/functions.php +++ b/web/skins/classic/includes/functions.php @@ -733,10 +733,10 @@ function getAccountCircleHTML($skin, $user=null) { $result = ''; if ( ZM_OPT_USE_AUTH and $user ) { - $result .= ''.PHP_EOL; } return $result; @@ -748,21 +748,21 @@ function getStatusBtnHTML($status) { if ( canEdit('System') ) { //$result .= ''.PHP_EOL; //$result .= ''.PHP_EOL; if ( ZM_SYSTEM_SHUTDOWN ) { - $result .= ''.PHP_EOL; + $result .= ''.PHP_EOL; } } else if ( canView('System') ) { - $result .= ''.PHP_EOL; } return $result;