Update stirling-pdf/src/main/resources/templates/convert/eml-to-pdf.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Balázs Szücs 2025-06-15 00:49:10 +02:00 committed by GitHub
parent 571a826a51
commit 434ea0f30d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,7 +82,7 @@
function updateFormState() { function updateFormState() {
if (pdfOnlyOptions && submitBtn) { if (pdfOnlyOptions && submitBtn) {
pdfOnlyOptions.style.display = downloadHtml.checked ? 'none' : 'block'; pdfOnlyOptions.style.display = downloadHtml.checked ? 'none' : 'block';
submitBtn.textContent = downloadHtml.checked ? 'Download HTML' : submitText; submitBtn.textContent = downloadHtml.checked ? /*[[#{EMLToPDF.downloadHtml}]]*/ 'Download HTML' : submitText;
} }
} }