Skip to content

Commit

Permalink
rawurlencode
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrLevin committed Jun 26, 2024
1 parent 8c57b36 commit 908fea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/admin/checkin/stationboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class="table table-dark table-borderless table-hover table-striped m-0">
</td>
<td>
<a class="btn btn-outline-primary btn-sm" href="{{ route('admin.trip', [
'tripId' => $departure->tripId,
'tripId' => rawurlencode($departure->tripId),
'lineName' => $departure->line->name != null ? $departure->line->name : $departure->line->fahrtNr,
'startIBNR' => $departure->stop->id,
'departure' => $departure->plannedWhen,
Expand Down

0 comments on commit 908fea0

Please sign in to comment.