We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
span
1 parent 9eea87d commit 828f06eCopy full SHA for 828f06e
library/Icingadb/Widget/Detail/RedundancyGroupHeader.php
@@ -44,7 +44,7 @@ protected function assembleTitle(BaseHtmlElement $title): void
44
$text = $this->translate('has working objects');
45
}
46
47
- $title->addHtml(HtmlElement::create('span', null, Text::create($text)));
+ $title->addHtml(Text::create($text));
48
49
50
protected function createStatistics(): BaseHtmlElement
library/Icingadb/Widget/ItemList/RedundancyGroupListItem.php
@@ -87,7 +87,7 @@ protected function assembleTitle(BaseHtmlElement $title): void
87
88
89
90
91
92
93
protected function assemble(): void
0 commit comments