diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-06 18:32:20 +0200 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-06 18:32:20 +0200 | 
| commit | ab33f7369af2261f931f95cf918e92e5fc847a93 (patch) | |
| tree | c6fd8dd0e897ecb45e631f80d24ff07310554e41 | |
| parent | c07567cade98465786b85e4bcda9c8fc376256ea (diff) | |
_wagons: it's desc, not description2.12.6
| -rw-r--r-- | templates/_wagons.html.ep | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/templates/_wagons.html.ep b/templates/_wagons.html.ep index d0d9682..4090f11 100644 --- a/templates/_wagons.html.ep +++ b/templates/_wagons.html.ep @@ -1,5 +1,5 @@  % for my $wagongroup (@{$wagongroups // []}) { -	%= $wagongroup->{description} // $wagongroup->{name} +	%= $wagongroup->{desc} // $wagongroup->{name}  	% my ($wagon_number) = ($wagongroup->{name} =~ m{ ^ ICE 0* (\d+) $ }x);  	% if ($wagongroup->{designation}) {  		„<%= $wagongroup->{designation} %>“ | 
