add a newline

pull/4202/head
Isaac Connor 2022-05-31 14:19:41 -04:00
parent bc3ab9cf66
commit f044cfa280
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,8 @@ if ( $streamMode == 'jpeg' ) {
echo 'title="Click to zoom, shift click to pan, ctrl click to zoom out"';
}
?>
><?php echo getStreamHTML($monitor, array('scale'=>$scale, 'mode'=>'single')); ?>
>
<?php echo getStreamHTML($monitor, array('scale'=>$scale, 'mode'=>'single')); ?>
</div>
</div>
<?php if ( $monitor->Type() != 'WebSite' ) { ?>