From a6dbd321ae44dabda47278d83eee6a1f0c7ce07f Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Tue, 23 Jun 2026 19:30:39 -0400 Subject: [PATCH] use short echo --- tests/views/hello.php | 2 +- tests/views/world.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/views/hello.php b/tests/views/hello.php index 86a9b80..8551a87 100644 --- a/tests/views/hello.php +++ b/tests/views/hello.php @@ -1 +1 @@ -Hello, ! \ No newline at end of file +Hello, ! \ No newline at end of file diff --git a/tests/views/world.html b/tests/views/world.html index f4c856e..d274ca3 100644 --- a/tests/views/world.html +++ b/tests/views/world.html @@ -1 +1 @@ -Hello world, ! +Hello world, ! \ No newline at end of file