diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-06-13 14:01:50 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-06-13 14:01:50 +0200 |
commit | 84a43df0c40d9e384c99f58ebec6751f26184f69 (patch) | |
tree | c27ce87795ecc2569facf9c5cf9324c9b50d72c3 /lib/Smokeping | |
parent | a5e329fddd18ad7ed43edbcd37f0979a189c6979 (diff) | |
download | smokeping-84a43df0c40d9e384c99f58ebec6751f26184f69.tar.gz smokeping-84a43df0c40d9e384c99f58ebec6751f26184f69.tar.xz |
fixed version string creation in javascript output
Diffstat (limited to 'lib/Smokeping')
-rw-r--r-- | lib/Smokeping/Graphs.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Smokeping/Graphs.pm b/lib/Smokeping/Graphs.pm index 8d13cbe..0791796 100644 --- a/lib/Smokeping/Graphs.pm +++ b/lib/Smokeping/Graphs.pm @@ -324,6 +324,7 @@ sub get_multi_detail ($$$$;$){ return $page; } + 1; __END__ |