Fix PHP file encoding
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<section class="dashboard-head">
|
||||
<section class="dashboard-head">
|
||||
<div>
|
||||
<p class="eyebrow">Heute</p>
|
||||
<h1>Deine Habits</h1>
|
||||
|
||||
@@ -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