diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-06-27 20:25:28 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-06-27 20:25:28 +0200 |
commit | aa04ebaab633b41216db59007821d6ac64a87932 (patch) | |
tree | 218eb719c6b86963ed2aa29f41b34d0fb87530fc /cgi/templates | |
parent | efa20faf8c5392c10ecb5af23dac9fa541054a27 (diff) |
multi: use correct marquee tag (it's the defalut anyways, but for future reference)
Diffstat (limited to 'cgi/templates')
-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> |