diff options
Diffstat (limited to 'cgi/index.pl')
-rw-r--r-- | cgi/index.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cgi/index.pl b/cgi/index.pl index df66039..6bd475b 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -285,6 +285,7 @@ sub render_html { 'display', title => "vrr-fakedisplay v${VERSION}", departures => $departures, + scale => $self->param('scale') || '4.3', ); return; |