diff options
Diffstat (limited to 'cgi/templates/multi.html.ep')
-rw-r--r-- | cgi/templates/multi.html.ep | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cgi/templates/multi.html.ep b/cgi/templates/multi.html.ep index 530de01..8201867 100644 --- a/cgi/templates/multi.html.ep +++ b/cgi/templates/multi.html.ep @@ -33,7 +33,9 @@ % if ($departure->{info}) { <div class="info"> +<marquee behaviour="scroll" scrollamount="1" direction="left"> %= $departure->{info} +</marquee> </div> % } |