aboutsummaryrefslogtreecommitdiffstats
path: root/include/comanche.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-04-13 16:17:10 +0200
committerMario Vavti <mario@mariovavti.com>2015-04-13 16:17:10 +0200
commit22c3202f22494cbef85eff9bc97d23fb829a66c2 (patch)
treef9d4ba97c5e20937bccf56a26cfd175264401fd4 /include/comanche.php
parent159525789a20dd95d86fd35e7f506340f88b958e (diff)
downloadvolse-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.php2
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>';