From 9ae72a95a2eae7f5483b30bea627af8f2f2f8330 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 14 Mar 2012 16:20:29 -0400 Subject: [PATCH] Wrapped activity page charts with table due to GoogleCharts update :( --- src/com/gitblit/GitBlit.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/com/gitblit/GitBlit.java b/src/com/gitblit/GitBlit.java index f6691dc..e224025 100644 --- a/src/com/gitblit/GitBlit.java +++ b/src/com/gitblit/GitBlit.java @@ -184,6 +184,7 @@ } return self().timezone; } + /** * Returns the boolean value for the specified key. If the key does not -- Gitblit v1.9.1