Qualitätsanpassungen

This commit is contained in:
2026-06-25 23:23:55 +02:00
parent f39885da10
commit e71ee8300e
5 changed files with 33 additions and 34 deletions
+2 -2
View File
@@ -13,13 +13,13 @@ $success = $success ?? null;
<h1>Jetzt Registrieren!</h1>
<?php if (!empty($error)): ?>
<p class="alert-message is-error" style="color:red;">
<p class="alert-message is-error">
<?php echo htmlspecialchars($error); ?>
</p>
<?php endif; ?>
<?php if (!empty($success)): ?>
<p class="alert-message is-success" style="color:green;">
<p class="alert-message is-success">
<?php echo $success; ?>
</p>
<?php endif; ?>