From 5fb898e38c8db06c4ed1e0c415a6b38956964525 Mon Sep 17 00:00:00 2001 From: William Date: Tue, 21 Mar 2023 22:01:13 +0100 Subject: [PATCH] Tabs to spaces in certain places --- public/index.php | 2 +- view/home.php | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/public/index.php b/public/index.php index bf990bf..4c535e5 100644 --- a/public/index.php +++ b/public/index.php @@ -7,7 +7,7 @@ require '../helpers.php'; use WillySoft\Route as App; App::get('/', function() { - view('home'); + view('home'); }); http_response_code(404); diff --git a/view/home.php b/view/home.php index f5f135c..08c5cbd 100644 --- a/view/home.php +++ b/view/home.php @@ -29,9 +29,8 @@