From 6cc3cff5be398ef908ada74a73d794d062995c8e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 21 Dec 2020 19:22:08 +0100 Subject: fix a copypaste error --- templates/_train_attr.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/_train_attr.html.ep') 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}) { - BR <%= $details->{commonAttr}{series} %> + BR <%= $attr->{series} %> % } % if ($attr->{length}) { ⇤ <%= $attr->{length} %>m ⇥ -- cgit v1.2.3