Supprimer date objectif : absente en prod, <br> conditionnel
Some checks failed
Deploy / Deploy to Production (push) Failing after 10s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-04-12 09:50:14 +02:00
parent 489f8f099e
commit 1570d60374
4 changed files with 6 additions and 6 deletions

View file

@ -70,8 +70,8 @@ $data = getContent('en');
</div>
<p class="hero-heading">
<?= htmlspecialchars($data['heroObjectiveLabel'] ?? '') ?><br />
<strong><?= htmlspecialchars($data['heroObjectiveDate'] ?? '') ?></strong>
<?= htmlspecialchars($data['heroObjectiveLabel'] ?? '') ?>
<?php if (!empty($data['heroObjectiveDate'])): ?><br /><strong><?= htmlspecialchars($data['heroObjectiveDate']) ?></strong><?php endif; ?>
</p>
</section>