diff --git a/Templates/movement.tpl b/Templates/movement.tpl
index ecdd4b71..8fc611e8 100644
--- a/Templates/movement.tpl
+++ b/Templates/movement.tpl
@@ -81,7 +81,7 @@ if($aantal > 0){
}
}
echo '
» |
- '.$aantal.' '.$short.' in '.$generator->getTimeFormat(min($NextArrival)-time()).' '.HOURS.' |
';
+ '.$aantal.' '.$short.' in '.$generator->getTimeFormat(min($NextArrival1)-time()).' '.HOURS.' | ';
$timer += 1;
}
@@ -104,7 +104,7 @@ if($aantal > 0){
}
}
echo ' » |
- '.$aantal.' '.$short.' in '.$generator->getTimeFormat(min($NextArrival)-time()).' '.HOURS.' |
';
+ '.$aantal.' '.$short.' in '.$generator->getTimeFormat(min($NextArrival2)-time()).' '.HOURS.' | ';
$timer += 1;
}
@@ -127,6 +127,6 @@ if($lala > 0){
}
}
echo ' » |
- '.$lala.' '.$short.' in '.$generator->getTimeFormat(min($NextArrival)-time()).' '.HOURS.' |
';
+ '.$lala.' '.$short.' in '.$generator->getTimeFormat(min($NextArrival3)-time()).' '.HOURS.' | ';
$timer += 1;
}
\ No newline at end of file