diff options
Diffstat (limited to 'include/comanche.php')
-rw-r--r-- | include/comanche.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comanche.php b/include/comanche.php index 62bfd0ddc..fcf50d67e 100644 --- a/include/comanche.php +++ b/include/comanche.php @@ -143,7 +143,7 @@ function comanche_block($name) { dbesc($name) ); if($r) { - $o = '<div class="widget bblock">'; + $o = '<div class="bblock">'; if($r[0]['title']) $o .= '<h3>' . $r[0]['title'] . '</h3>'; |