diff options
Diffstat (limited to 'templates/_train_attr.html.ep')
-rw-r--r-- | templates/_train_attr.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_train_attr.html.ep b/templates/_train_attr.html.ep index ca19138..2615003 100644 --- a/templates/_train_attr.html.ep +++ b/templates/_train_attr.html.ep @@ -11,5 +11,5 @@ <span>λ=<%= $attr->{brakingPercentage} %></span> % } % if ($attr->{station} and $with_station) { - <span><%= $attr->{station} %></span> + <span>ab <%= $attr->{station} %></span> % } |