Skip to content

Commit

Permalink
Fix link generation (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbochmann authored Nov 15, 2023
1 parent d6addf1 commit f8045dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Utility/Link.php
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@ public function _makeConfig($type)
$conf['target'] = $this->targetString;
}
$conf['extTarget'] = ('-1' != $this->externalTargetString) ? $this->externalTargetString : '_blank';
$conf['ATagParams'] = '';
if ($this->classString) {
$conf['ATagParams'] .= 'class="'.$this->classString.'" ';
}
Expand Down

0 comments on commit f8045dd

Please sign in to comment.