fix(css): kebab-case keyframe name and empty line before rule
All checks were successful
All checks were successful
fix(php): duplicate id 'form-result' → 'form-errors' for error container
This commit is contained in:
@@ -737,7 +737,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<?php if (!empty($formErrors)): ?>
|
||||
<div id="form-result" class="form-errors">
|
||||
<div id="form-errors" class="form-errors">
|
||||
<ul>
|
||||
<?php foreach ($formErrors as $error): ?>
|
||||
<li><?= escapeContactValue($error) ?></li>
|
||||
|
||||
Reference in New Issue
Block a user