diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-13 16:17:10 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-13 16:17:10 +0200 |
commit | 22c3202f22494cbef85eff9bc97d23fb829a66c2 (patch) | |
tree | f9d4ba97c5e20937bccf56a26cfd175264401fd4 /include/comanche.php | |
parent | 159525789a20dd95d86fd35e7f506340f88b958e (diff) | |
download | volse-hubzilla-22c3202f22494cbef85eff9bc97d23fb829a66c2.tar.gz volse-hubzilla-22c3202f22494cbef85eff9bc97d23fb829a66c2.tar.bz2 volse-hubzilla-22c3202f22494cbef85eff9bc97d23fb829a66c2.zip |
remove widget class from webpage blocks and make titles h2 to match the rest of the matrix
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>'; |