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