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) {
-
|
+ |
@@ -576,7 +576,7 @@ function eventlist_html($Event, $exportDetail, $exportFrames, $exportStructure)
$html .= '
';
if ( ZM_WEB_LIST_THUMBS ) {
- $html .= '
+ $html .= '
';
}
$html .= '
@@ -584,7 +584,7 @@ function eventlist_html($Event, $exportDetail, $exportFrames, $exportStructure)
} # end if has jpegs
if ($Event->DefaultVideo()) {
$html .= '';
- $html .= '';
+ $html .= '';
$html .= '
'.PHP_EOL;
}
if ($exportDetail) {