Intendation
This commit is contained in:
parent
88cdf99934
commit
a857af60be
|
@ -282,9 +282,9 @@ EOT;
|
||||||
public function __toString()
|
public function __toString()
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$html = $this->render(Icinga::app()->getViewRenderer()->view);
|
$html = $this->render(Icinga::app()->getViewRenderer()->view);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
return htmlspecialchars($e->getMessage());
|
return htmlspecialchars($e->getMessage());
|
||||||
}
|
}
|
||||||
return $html;
|
return $html;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue