aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/style.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-18 16:37:33 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-18 16:37:33 +0100
commit096ab06dcbc3c414ec1608788df61615767eafee (patch)
tree7eb0f4744d3447c7d5dd9b1845e0fee1cc2a18c5 /view/theme/redbasic/php/style.php
parentd4de2dfe7a3e69d1b0f8b2b3c7fa5c0547ec5fa7 (diff)
downloadvolse-hubzilla-096ab06dcbc3c414ec1608788df61615767eafee.tar.gz
volse-hubzilla-096ab06dcbc3c414ec1608788df61615767eafee.tar.bz2
volse-hubzilla-096ab06dcbc3c414ec1608788df61615767eafee.zip
just to be sure
Diffstat (limited to 'view/theme/redbasic/php/style.php')
-rw-r--r--view/theme/redbasic/php/style.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 9c133313d..1a2e43e0e 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -306,7 +306,7 @@ if(! $a->install) {
// left aside is 231px + converse width
-$main_width = (231 + $converse_width);
+$main_width = (231 + intval($converse_width));
// prevent main_width smaller than 768px
$main_width = (($main_width < 768) ? 768 : $main_width) . 'px';