diff options
Diffstat (limited to 'templates/show_debug.inc.php')
-rw-r--r-- | templates/show_debug.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/show_debug.inc.php b/templates/show_debug.inc.php index a3b0490a..f8a9a71d 100644 --- a/templates/show_debug.inc.php +++ b/templates/show_debug.inc.php @@ -94,6 +94,9 @@ } $value = $string; } + if (Preference::is_boolean($key)) { + $value = print_boolean($value); + } ?> <tr class="<?php echo flip_class(); ?>"> <td valign="top"><strong><?php echo $key; ?></strong></td> |