diff --git a/resources/views/partials/checkins-list.blade.php b/resources/views/partials/checkins-list.blade.php index 8d30cf6..eb9d24f 100644 --- a/resources/views/partials/checkins-list.blade.php +++ b/resources/views/partials/checkins-list.blade.php @@ -11,11 +11,11 @@ $path = "/" . $trip_slug . "/" .$hasEmbed . "/" . $filepath[1]; $embed = ''; if (isset($email)) { - $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.]

'; @@ -28,11 +28,11 @@ $path = "/" . $trip_slug . "/" .$hasEmbed . "/" . $filepath[1]; $embed = ''; if (isset($email)) { - $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.]

';