diff options
| -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> | 
