diff --git a/resources/views/partials/checkins-list.blade.php b/resources/views/partials/checkins-list.blade.php index 0485e10..49c6a48 100644 --- a/resources/views/partials/checkins-list.blade.php +++ b/resources/views/partials/checkins-list.blade.php @@ -11,7 +11,7 @@ $embed .= ''; $embed .= '

Your client doesn\'t support HTML video. Here is a link to the video instead.

'; $embed .= ''; - $embed .= '

If your email client doesn\'t support video embeds, here is a link to the file instead.

'; + $embed .= '

If your email client doesn\'t support video embeds, here is a link to the file instead.

'; } else { $embed = '

[The video \'' . $filepath[1] . '\' has not yet been uploaded, try again later.]

'; $embedMissing = true; @@ -23,7 +23,7 @@ $embed .= ''; $embed .= '

Download OGG audio.

'; $embed .= ''; - $embed .= '

If your email client doesn\' support audio embeds, here is a link to the file instead.

'; + $embed .= '

If your email client doesn\' support audio embeds, here is a link to the file instead.

'; } else { $embed = '

[The recording \'' . $filepath[1] . '\' has not yet been uploaded, try again later.]

'; $embedMissing = true;