From 592ecd8e94ed8131a2bd4962b794519881237b40 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Fri, 26 Jun 2015 08:47:20 -0500 Subject: [PATCH] fix montage view issue in mobile skin --- web/skins/mobile/views/montage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/skins/mobile/views/montage.php b/web/skins/mobile/views/montage.php index 347436a46..8311fe6f4 100644 --- a/web/skins/mobile/views/montage.php +++ b/web/skins/mobile/views/montage.php @@ -63,7 +63,7 @@ foreach( $monitors as $monitor ) $scale = getDeviceScale( $monitor['Width'], $monitor['Height'], $imagesPerLine*1.1 ); $imagePath = getStreamSrc( array( "mode=single", "monitor=".$monitor['Id'], "scale=".$scale ), '&' ); ?> - <?php echo $monitor['Name'] ?> + <?php echo $monitor['Name'] ?>