mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +02:00
Intendation
This commit is contained in:
parent
88cdf99934
commit
a857af60be
@ -282,9 +282,9 @@ EOT;
|
||||
public function __toString()
|
||||
{
|
||||
try {
|
||||
$html = $this->render(Icinga::app()->getViewRenderer()->view);
|
||||
$html = $this->render(Icinga::app()->getViewRenderer()->view);
|
||||
} catch (Exception $e) {
|
||||
return htmlspecialchars($e->getMessage());
|
||||
return htmlspecialchars($e->getMessage());
|
||||
}
|
||||
return $html;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user