summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.pl b/index.pl
index 1298b8a..34c3c7a 100644
--- a/index.pl
+++ b/index.pl
@@ -775,8 +775,9 @@ get '/individual' => sub {
$self->render(
'individuallist',
- title => 'foo',
- list => $res,
+ title => 'foo',
+ list => $res,
+ version => $VERSION,
);
};