just to be sure

This commit is contained in:
Mario Vavti
2015-03-18 16:37:33 +01:00
parent d4de2dfe7a
commit 096ab06dcb
2 changed files with 2 additions and 2 deletions

View File

@@ -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';