From aa04ebaab633b41216db59007821d6ac64a87932 Mon Sep 17 00:00:00 2001 From: Daniel Friesel <derf@finalrewind.org> Date: Fri, 27 Jun 2014 20:25:28 +0200 Subject: multi: use correct marquee tag (it's the defalut anyways, but for future reference) --- cgi/templates/multi.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgi') 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> -- cgit v1.2.3