Fix PHP file encoding

This commit is contained in:
2026-07-10 16:49:32 +02:00
parent 1cdef43a87
commit f469086bc0
13 changed files with 12 additions and 15 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<?php $isEdit = !empty($habit['id']); ?>
<?php $isEdit = !empty($habit['id']); ?>
<section class="form-panel">
<h1><?= $isEdit ? 'Habit bearbeiten' : 'Habit erstellen' ?></h1>