N°4001 Remove empty lines from tag set tooltips

This commit is contained in:
Stephen Abello
2021-09-23 10:30:45 +02:00
parent bf491b7298
commit 70d7f576f3

View File

@@ -10283,7 +10283,6 @@ abstract class AttributeSet extends AttributeDBFieldVoid
} else {
$sTooltipContent = <<<HTML
<h4>$sLabel</h4>
<br>
<div>$sDescription</div>
HTML;
$sTooltipHtmlEnabled = 'true';
@@ -11574,7 +11573,6 @@ class AttributeTagSet extends AttributeSet
} else {
$sTooltipContent = <<<HTML
<h4>$sTagLabel</h4>
<br>
<div>$sTagDescription</div>
HTML;
$sTooltipHtmlEnabled = 'true';