diff --git a/web/skins/classic/includes/export_functions.php b/web/skins/classic/includes/export_functions.php index f34d53546..5b0cffc52 100644 --- a/web/skins/classic/includes/export_functions.php +++ b/web/skins/classic/includes/export_functions.php @@ -153,7 +153,7 @@ function exportEventFrames($event, $exportDetail, $exportImages) { - Frame <?php echo $frame['FrameId'] ?> + Frame <?php echo $frame['FrameId'] ?> @@ -576,7 +576,7 @@ function eventlist_html($Event, $exportDetail, $exportFrames, $exportStructure) $html .= ' '; if ( ZM_WEB_LIST_THUMBS ) { - $html .= ''.$Event->Id().' + $html .= ''.$Event->Id().' '; } $html .= '
@@ -584,7 +584,7 @@ function eventlist_html($Event, $exportDetail, $exportFrames, $exportStructure) } # end if has jpegs if ($Event->DefaultVideo()) { $html .= ''; - $html .= ''.$Event->Id().''; + $html .= ''.$Event->Id().''; $html .= '
'.PHP_EOL; } if ($exportDetail) {