diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/_wagon.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_wagon.html.ep b/templates/_wagon.html.ep index 296b71f..dccecc0 100644 --- a/templates/_wagon.html.ep +++ b/templates/_wagon.html.ep @@ -20,7 +20,7 @@ X % } % else { -%= $wagon->number // '?' +%= $wagon->number // q{} % if ($wagon->has_wheelchair_space) { <i class="material-icons" style="font-size: 20px;">accessible</i> % } |