Add title attribute to billet preview iframe

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-21 13:14:45 +01:00
parent d1b4a6d286
commit b32cc77e31

View File

@@ -347,7 +347,7 @@
</button>
</div>
<div class="bg-gray-100 p-4 flex justify-center">
<iframe id="billet-preview-frame" src="{{ path('app_account_event_billet_preview', {id: event.id}) }}" class="bg-white shadow-lg" style="width: 595px; height: 842px; border: 1px solid #ccc; transform-origin: top center;"></iframe>
<iframe id="billet-preview-frame" title="Apercu du billet" src="{{ path('app_account_event_billet_preview', {id: event.id}) }}" class="bg-white shadow-lg" style="width: 595px; height: 842px; border: 1px solid #ccc; transform-origin: top center;"></iframe>
</div>
</div>
</div>