diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index cac84f4566..24fb0ca360 100755 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -4521,7 +4521,7 @@ function ui_toggle( // Link to toggle. $output = '
'; - $output .= '
'; + $output .= '
'; if ($reverseImg === false) { if ($switch === true) { if (empty($switch_name) === true) { @@ -4610,37 +4610,38 @@ function ui_toggle( $output .= ' var is_metaconsole = '.(int) is_metaconsole().";\n"; $output .= ' /* */'; $output .= ''; @@ -7968,4 +7969,4 @@ function ui_update_name_fav_element($id_element, $section, $label) 'id_element' => $id_element, ] ); -} \ No newline at end of file +}