From b48eab60e7cd2a98cbf0fd95b1694da1c0d755ca Mon Sep 17 00:00:00 2001 From: Git Date: Sun, 3 Nov 2013 08:00:58 +0000 Subject: [PATCH] Empty commit --- classes/debug.class.php | 8 ++++---- docs/CHANGES.txt | 3 +++ static/styles/white.cd/style.css | 1 - 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/classes/debug.class.php b/classes/debug.class.php index 9c0a456c..2f7fc79a 100644 --- a/classes/debug.class.php +++ b/classes/debug.class.php @@ -316,7 +316,7 @@ public function perf_table($Perf = false) { ?> - +
View Performance stats:View Performance Statistics:
@@ -461,7 +461,7 @@ public function constant_table($Constants = false) { } public function cache_table($CacheKeys = false) { - $Header = 'Cache keys'; + $Header = 'Cache Keys'; if (!is_array($CacheKeys)) { $CacheKeys = $this->get_cache_keys(); $Header .= ' ('.number_format($this->get_cache_time(), 5).' ms)'; @@ -480,9 +480,9 @@ public function cache_table($CacheKeys = false) { -