From: Evan Prodromou Date: Fri, 14 Aug 2009 15:04:03 +0000 (-0700) Subject: whitespace in error.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2cf50ea432eab61e8cc2b007d486d0de3cd5aecf;p=quix0rs-gnu-social.git whitespace in error.php --- diff --git a/lib/error.php b/lib/error.php index bbf9987cff..3127c83feb 100644 --- a/lib/error.php +++ b/lib/error.php @@ -72,7 +72,7 @@ class ErrorAction extends Action $status_string = $this->status[$this->code]; header('HTTP/1.1 '.$this->code.' '.$status_string); } - + /** * Display content. * @@ -97,11 +97,11 @@ class ErrorAction extends Action { return true; } - - function showPage() + + function showPage() { parent::showPage(); - + // We don't want to have any more output after this exit(); }