mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-20 23:00:16 -05:00
Node: add newlines to HTML, not too much
This commit is contained in:
parent
39b08235a5
commit
3e6f041a0b
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ abstract class Node
|
|||
foreach ($this->getChildren() as $name => $child) {
|
||||
$html .= '<tr><td>' . $child->renderHtml($view, $id . '-') . '</td></tr>';
|
||||
}
|
||||
$html .= '</tbody></table>';
|
||||
$html .= "</tbody></table>\n";
|
||||
return $html;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue