diff --git a/templates/journey.html.ep b/templates/journey.html.ep
index 520b2ef..6c49538 100644
--- a/templates/journey.html.ep
+++ b/templates/journey.html.ep
@@ -65,9 +65,8 @@
% for my $message (@{$journey->{messages} // []}) {
% my ($ts, $msg) = @{$message};
- <%= $ts->strftime('%d.%m.%Y %H:%M') %> : <%= $msg %>
+ <%= $ts->strftime('%d.%m.%Y %H:%M') %> : <%= $msg %>
% }
-
|