Several MVC classes added, entryPoint method rewritten
[shipsimu.git] / application / selector / starter.php
index 21d451aba661cdc4da6df074f83c95cf0768caa5..9d0d8acb2d90bbb796548fa3d911dd1b15049495 100644 (file)
@@ -53,7 +53,7 @@ try {
        );
        eval($eval);
 } catch (FrameworkException  $e) {
-       ApplicationEntryPoint::app_die(sprintf("[Main:] Die Applikation <strong>%s</strong> kann nicht gestartet werden. Grund: <u>%s</u>",
+       ApplicationEntryPoint::app_die(sprintf("[Main:] Die Applikation <strong>%s</strong> kann nicht gestartet werden. Grund: <strong>%s</strong>",
                $application,
                $e->getMessage()
        ));