From f469086bc039bede6fbca3074b92123af7792d66 Mon Sep 17 00:00:00 2001 From: PBBFA24AAL Date: Fri, 10 Jul 2026 16:49:32 +0200 Subject: [PATCH] Fix PHP file encoding --- app/Controllers/AuthController.php | 2 +- app/Controllers/HabitController.php | 2 +- app/Core/Database.php | 3 --- app/Models/Category.php | 2 +- app/Models/Habit.php | 2 +- app/Views/auth/login.php | 2 +- app/Views/auth/register.php | 2 +- app/Views/habits/dashboard.php | 2 +- app/Views/habits/form.php | 2 +- app/Views/layout/header.php | 2 +- app/helpers.php | 2 +- config/config.example.php | 2 +- public/index.php | 2 +- 13 files changed, 12 insertions(+), 15 deletions(-) diff --git a/app/Controllers/AuthController.php b/app/Controllers/AuthController.php index 7d7cbda..af55379 100644 --- a/app/Controllers/AuthController.php +++ b/app/Controllers/AuthController.php @@ -1,4 +1,4 @@ - +

Anmelden

diff --git a/app/Views/auth/register.php b/app/Views/auth/register.php index 526058e..a64e292 100644 --- a/app/Views/auth/register.php +++ b/app/Views/auth/register.php @@ -1,4 +1,4 @@ -
+

Registrieren

diff --git a/app/Views/habits/dashboard.php b/app/Views/habits/dashboard.php index 6504bcd..15c6df5 100644 --- a/app/Views/habits/dashboard.php +++ b/app/Views/habits/dashboard.php @@ -1,4 +1,4 @@ -
+

Heute

Deine Habits

diff --git a/app/Views/habits/form.php b/app/Views/habits/form.php index 6b6ac43..e32f02b 100644 --- a/app/Views/habits/form.php +++ b/app/Views/habits/form.php @@ -1,4 +1,4 @@ - +

diff --git a/app/Views/layout/header.php b/app/Views/layout/header.php index cdd1fcf..0e43b3d 100644 --- a/app/Views/layout/header.php +++ b/app/Views/layout/header.php @@ -1,4 +1,4 @@ - + diff --git a/app/helpers.php b/app/helpers.php index 627acfa..7be5164 100644 --- a/app/helpers.php +++ b/app/helpers.php @@ -1,4 +1,4 @@ - 'Habit Tracker', diff --git a/public/index.php b/public/index.php index f47fe20..0880de6 100644 --- a/public/index.php +++ b/public/index.php @@ -1,4 +1,4 @@ -