mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
N°4001 Remove empty lines from tag set tooltips
This commit is contained in:
@@ -10283,7 +10283,6 @@ abstract class AttributeSet extends AttributeDBFieldVoid
|
|||||||
} else {
|
} else {
|
||||||
$sTooltipContent = <<<HTML
|
$sTooltipContent = <<<HTML
|
||||||
<h4>$sLabel</h4>
|
<h4>$sLabel</h4>
|
||||||
<br>
|
|
||||||
<div>$sDescription</div>
|
<div>$sDescription</div>
|
||||||
HTML;
|
HTML;
|
||||||
$sTooltipHtmlEnabled = 'true';
|
$sTooltipHtmlEnabled = 'true';
|
||||||
@@ -11574,7 +11573,6 @@ class AttributeTagSet extends AttributeSet
|
|||||||
} else {
|
} else {
|
||||||
$sTooltipContent = <<<HTML
|
$sTooltipContent = <<<HTML
|
||||||
<h4>$sTagLabel</h4>
|
<h4>$sTagLabel</h4>
|
||||||
<br>
|
|
||||||
<div>$sTagDescription</div>
|
<div>$sTagDescription</div>
|
||||||
HTML;
|
HTML;
|
||||||
$sTooltipHtmlEnabled = 'true';
|
$sTooltipHtmlEnabled = 'true';
|
||||||
|
|||||||
Reference in New Issue
Block a user