From c73ab91099282936bbc06cc1831da601cd32e3d6 Mon Sep 17 00:00:00 2001 From: Tobias Munk Date: Thu, 23 May 2013 18:16:18 +0200 Subject: [PATCH] added line-break after message --- apps/bootstrap/commands/HelloController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/bootstrap/commands/HelloController.php b/apps/bootstrap/commands/HelloController.php index 16f5f74..b5ecac2 100644 --- a/apps/bootstrap/commands/HelloController.php +++ b/apps/bootstrap/commands/HelloController.php @@ -24,6 +24,6 @@ class HelloController extends Controller */ public function actionIndex($message = 'hello world') { - echo $message; + echo $message."\n"; } } \ No newline at end of file