diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep
index 672c0d1..843caf3 100644
--- a/templates/_checked_in.html.ep
+++ b/templates/_checked_in.html.ep
@@ -242,7 +242,10 @@
% if ($station->[2]{load}{SECOND}) {
% my ($first, $second) = load_icon($station->[2]{load});
- <%= $first %> <%= $second %>
+ % if ($first ne 'help_outline') {
+ <%= $first %>
+ % }
+ <%= $second %>
% }
% if ($station->[2]{isCancelled}) {
entfällt
@@ -381,7 +384,10 @@
% if ($station->[2]{load}{SECOND}) {
% my ($first, $second) = load_icon($station->[2]{load});
- <%= $first %> <%= $second %>
+ % if ($first ne 'help_outline') {
+ <%= $first %>
+ % }
+ <%= $second %>
% }
% if ($station->[2]{isCancelled}) {
entfällt