Reviewnacharbeitung

This commit is contained in:
2026-06-03 21:14:01 +02:00
parent 22b1dd827d
commit 664092d52f
2 changed files with 53 additions and 33 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ $error = $error ?? null;
<h1>Jetzt Registrieren!</h1>
<?php if (!empty($error)): ?>
<p class="alert-message is-error">
<p class="alert-message is-error" style="color:red;">
<?php echo htmlspecialchars($error); ?>
</p>
<?php endif; ?>