Project

General

Profile

Bug #49476 ยป bug_49476.diff

Bernd Niehues, 2013-06-27 17:58

View differences:

typo3/sysext/css_styled_content/Classes/Controller/CssStyledContentController.php 2013-06-27 17:48:47.584631048 +0200
$colspacing = intval($this->cObj->stdWrap($conf['colSpace'], $conf['colSpace.']));
$border = intval($this->cObj->stdWrap($conf['border'], $conf['border.'])) ? 1 : 0;
$borderThickness = intval($this->cObj->stdWrap($conf['borderThick'], $conf['borderThick.']));
$borderThickness = $borderThickness ? $borderThickness : 1;
$borderThickness = $borderThickness ? $borderThickness : 0;
$borderSpace = $conf['borderSpace'] && $border ? intval($conf['borderSpace']) : 0;
// Generate cols
$cols = intval($this->cObj->stdWrap($conf['cols'], $conf['cols.']));
    (1-1/1)