Datum angepasst

This commit is contained in:
Borgal
2025-08-20 17:57:03 +02:00
parent 220a0bb99d
commit f68e9c1e74

View File

@@ -100,7 +100,7 @@ require_once '../inc/header.php';
<div class="container mt-5">
<h2 class="mb-4">Teilnahme eintragen</h2>
<p class="text-muted">für das Treffen am **<?= date('d.m.Y', strtotime($meeting['meeting_date'])) ?>** in der Farbe **<?= htmlspecialchars($meeting['color_name']) ?>**.</p>
<p class="text-muted">für das Treffen am <strong><?= date('d.m.Y', strtotime($meeting['meeting_date'])) ?></strong> in der Farbe <strong><?= htmlspecialchars($meeting['color_name']) ?></strong>.</p>
<?php if ($message): ?>
<div class="alert alert-<?= $message_type ?> alert-dismissible fade show" role="alert">