* THE SOFTWARE.
*/
-require_once("mod_error-reporter/class_erErrorReportView.inc"); // this includes all the other things
+// this includes all the other things
+require_once("mod_error-reporter/class_erErrorReportView.inc");
$cfgErrors = new erConfig();
require_once("mod_error-reporter/config.inc");
$view = new erErrorReportView($cfgErrors, $doc);
$view->setDeleteURL("index.php?action=delete");
$view->setEditURL("detail.php");
-
-?>
\ No newline at end of file
+?>