aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-04-24 22:41:56 +0200
committerMario Vavti <mario@mariovavti.com>2015-04-24 22:41:56 +0200
commitcc3c1107bd3104e2e40772caef670ce42e0ddb70 (patch)
tree9680a93480e18920e3dbab457ece4370e24a2865
parentb7f6cceaea464df81fac872d2d7b863bd02746de (diff)
downloadvolse-hubzilla-cc3c1107bd3104e2e40772caef670ce42e0ddb70.tar.gz
volse-hubzilla-cc3c1107bd3104e2e40772caef670ce42e0ddb70.tar.bz2
volse-hubzilla-cc3c1107bd3104e2e40772caef670ce42e0ddb70.zip
add widget class to blocks again by default. we have the wrap variable now to remove the div wrapper if necessary.
-rw-r--r--include/comanche.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comanche.php b/include/comanche.php
index e0d3af985..c1a98ed6c 100644
--- a/include/comanche.php
+++ b/include/comanche.php
@@ -155,7 +155,7 @@ function comanche_block($s) {
dbesc($name)
);
if($r) {
- $o .= (($var['wrap'] == 'none') ? '' : '<div class="bblock">');
+ $o .= (($var['wrap'] == 'none') ? '' : '<div class="bblock widget">');
if($r[0]['title'])
$o .= '<h3>' . $r[0]['title'] . '</h3>';