diff options
| -rw-r--r-- | templates/_train_details.html.ep | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index d55d3cb..6bd318f 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -229,7 +229,7 @@        </ul> <!-- mroute -->  %   }  %   if (param('detailed') and $departure->{has_cycle}) { -      <div class="db-attr"><a href="https://lib.finalrewind.org/dbdb/db_umlauf/<%= $departure->{train_no} %>.png">Umlaufplan</a></div> +      <div class="db-attr"><a href="https://lib.finalrewind.org/dbdb/db_umlauf/<%= $departure->{train_no} %>.svg">Umlaufplan</a></div>  %   }  %   if (param('detailed') and $details->{commonAttr}) {  %     if ($details->{attrVariants} and (not $details->{commonAttr}{vmax} or not $details->{commonAttr}{brakingPercentage})) { | 
