From 22c3202f22494cbef85eff9bc97d23fb829a66c2 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 13 Apr 2015 16:17:10 +0200 Subject: remove widget class from webpage blocks and make titles h2 to match the rest of the matrix --- include/comanche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 = '
'; + $o = '
'; if($r[0]['title']) $o .= '

' . $r[0]['title'] . '

'; -- cgit v1.2.3