Supprimer date objectif : absente en prod, <br> conditionnel
Some checks failed
Deploy / Deploy to Production (push) Failing after 10s
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:
parent
489f8f099e
commit
1570d60374
4 changed files with 6 additions and 6 deletions
2
cache/content.en.json
vendored
2
cache/content.en.json
vendored
File diff suppressed because one or more lines are too long
2
cache/content.fr.json
vendored
2
cache/content.fr.json
vendored
File diff suppressed because one or more lines are too long
|
|
@ -70,8 +70,8 @@ $data = getContent('en');
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="hero-heading">
|
<p class="hero-heading">
|
||||||
<?= htmlspecialchars($data['heroObjectiveLabel'] ?? '') ?><br />
|
<?= htmlspecialchars($data['heroObjectiveLabel'] ?? '') ?>
|
||||||
<strong><?= htmlspecialchars($data['heroObjectiveDate'] ?? '') ?></strong>
|
<?php if (!empty($data['heroObjectiveDate'])): ?><br /><strong><?= htmlspecialchars($data['heroObjectiveDate']) ?></strong><?php endif; ?>
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -70,8 +70,8 @@ $data = getContent('fr');
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="hero-heading">
|
<p class="hero-heading">
|
||||||
<?= htmlspecialchars($data['heroObjectiveLabel'] ?? '') ?><br />
|
<?= htmlspecialchars($data['heroObjectiveLabel'] ?? '') ?>
|
||||||
<strong><?= htmlspecialchars($data['heroObjectiveDate'] ?? '') ?></strong>
|
<?php if (!empty($data['heroObjectiveDate'])): ?><br /><strong><?= htmlspecialchars($data['heroObjectiveDate']) ?></strong><?php endif; ?>
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue