diff options
| -rw-r--r-- | templates/wagenreihung.html.ep | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/wagenreihung.html.ep b/templates/wagenreihung.html.ep index 0af66bd..214d148 100644 --- a/templates/wagenreihung.html.ep +++ b/templates/wagenreihung.html.ep @@ -32,6 +32,9 @@        % if ($group->description) {          <div style="text-align: center;">            %= $group->description +          % if ($group->designation) { +            „<%= $group->designation %>“ +          % }            % if (scalar $wr->groups > 1 and $group->has_sectors) {              in Abschnitt <%= join(q{}, sort $group->sectors) %>            % }  | 
