diff options
Diffstat (limited to 'templates/_train_details.html.ep')
-rw-r--r-- | templates/_train_details.html.ep | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index 5feb8a6..f713094 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -128,6 +128,9 @@ % } % else { %= $pair->[0] +% if (length($pair->[0]) > 25) { + <br/> +% } % } <span class="reason"> %= $pair->[1] |