Intendation

This commit is contained in:
Thomas Gelf 2014-03-31 16:38:16 +00:00
parent 88cdf99934
commit a857af60be
1 changed files with 2 additions and 2 deletions

View File

@ -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;
} }