diff --git a/web/skins/classic/views/console.php b/web/skins/classic/views/console.php index abfca4cc7..8d3b326ca 100644 --- a/web/skins/classic/views/console.php +++ b/web/skins/classic/views/console.php @@ -296,14 +296,14 @@ for( $monitor_i = 0; $monitor_i < count($displayMonitors); $monitor_i += 1 ) { $thmbWidth = ( $options['width'] ) ? 'width:'.$options['width'].'px;' : ''; $thmbHeight = ( $options['height'] ) ? 'width:'.$options['height'].'px;' : ''; - $imgHTML = ''; + $imgHTML = '
'; } ?>