diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-12-21 19:22:08 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-21 19:22:08 +0100 |
commit | 6cc3cff5be398ef908ada74a73d794d062995c8e (patch) | |
tree | 01db3623fb72ad6a302a3c72e9155624889e3f67 /templates/_train_attr.html.ep | |
parent | b20f0503c1002b5a65d25723c9bfa7bcaf72b086 (diff) |
fix a copypaste error3.8.3
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 2615003..a23d9ac 100644 --- a/templates/_train_attr.html.ep +++ b/templates/_train_attr.html.ep @@ -1,5 +1,5 @@ % if ($attr->{series}) { - <span>BR <%= $details->{commonAttr}{series} %></span> + <span>BR <%= $attr->{series} %></span> % } % if ($attr->{length}) { <span>⇤ <%= $attr->{length} %>m ⇥</span> |