aboutsummaryrefslogtreecommitdiffstats
path: root/include/comanche.php
diff options
context:
space:
mode:
authorfriendica <redmatrix@redmatrix.me>2015-04-24 15:01:59 -0700
committerfriendica <redmatrix@redmatrix.me>2015-04-24 15:01:59 -0700
commite01873b4cf3c217f7ee0baafbee1ba9dd42e0408 (patch)
tree21aacbacaf2b3d41a0fb06ce725444b49cdd8fad /include/comanche.php
parent268307b5346674159ef8f6d3fbfadaf41a7443f0 (diff)
parentfcaa980a3f8c0c8a98ba6912826b694371cdd26a (diff)
downloadvolse-hubzilla-e01873b4cf3c217f7ee0baafbee1ba9dd42e0408.tar.gz
volse-hubzilla-e01873b4cf3c217f7ee0baafbee1ba9dd42e0408.tar.bz2
volse-hubzilla-e01873b4cf3c217f7ee0baafbee1ba9dd42e0408.zip
Merge https://github.com/redmatrix/redmatrix into pending_merge
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 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>';