Fix PHP file encoding
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user