From e4e7dd838ffb0503e935702c157a5e6530131b61 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 7 Dec 2017 08:53:11 +0100 Subject: [PATCH] remove empty line in exitError() --- views/bootstrap/class.Bootstrap.php | 1 - 1 file changed, 1 deletion(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 8f63323ac..50712bbf8 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -1351,7 +1351,6 @@ $(document).ready(function() { } /* }}} */ function exitError($pagetitle, $error, $noexit=false) { /* {{{ */ - $this->htmlStartPage($pagetitle); $this->globalNavigation(); $this->contentStart();