]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/starter.php
Several MVC classes added, entryPoint method rewritten
[shipsimu.git] / application / ship-simu / starter.php
index 137ebbc1b6bca856be0e1ae68e680da628c21c20..458ccf8fdcfaf5fe675b25b55f8342f83c2c2c90 100644 (file)
@@ -54,7 +54,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()
        ));