From 2505244db4689b848273a59ab2af0c87fd8eb816 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 15 Aug 2011 13:34:24 +0200 Subject: Show version information in HTML --- bin/db-fakedisplay | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin/db-fakedisplay') diff --git a/bin/db-fakedisplay b/bin/db-fakedisplay index 32e342c..3a3b0f9 100755 --- a/bin/db-fakedisplay +++ b/bin/db-fakedisplay @@ -113,7 +113,10 @@ else { } } -$template->param( departures => \@params, ); +$template->param( + departures => \@params, + version => $VERSION +); say $template->output; -- cgit v1.2.3