Skip to content

Commit

Permalink
Fixes a code style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maechler committed Dec 27, 2023
1 parent 51c439f commit 117becb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/ViewHelpers/HtmlViewHelper.php
Expand Up @@ -114,7 +114,7 @@ public function render(): void
$this->getPDF()->setCellPaddings(0, 0, 0, 0); //reset padding to avoid errors on nested tags
$this->getPDF()->setCellHeightRatio($this->settings['generalText']['lineHeight']);
$this->getPDF()->setFontSpacing($this->settings['generalText']['characterSpacing']);
if(!empty($this->arguments['listIndentWidth'])) {
if (!empty($this->arguments['listIndentWidth'])) {
$this->getPDF()->setListIndentWidth($this->arguments['listIndentWidth']);
}

Expand Down

0 comments on commit 117becb

Please sign in to comment.