shorten summary for filmages

This commit is contained in:
SansGuidon 2025-05-25 01:40:24 +02:00
parent 224446313a
commit 513b1de86e
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
0.0.5
0.0.6

View File

@ -167,10 +167,10 @@
html += `<p><b>Summary (Filmages):</b> ${shortSummary(r.details.summary)}</p>`;
html += `<p><b>Synthesis (Filmages):</b> ${shortSummary(r.details.synthesis, 100)}</p>`;
if (r.details.indications && r.details.indications.length) {
html += `<p><b>Indications:</b> ${r.details.indications.join(', ')}</p>`;
html += `<p><b>Indications:</b> ${shortSummary(r.details.indications.join(', '), 100)}</p>`;
}
if (r.details.counterIndications && r.details.counterIndications.length) {
html += `<p><b>Contra-indications:</b> ${r.details.counterIndications.join(', ')}</p>`;
html += `<p><b>Contra-indications:</b> ${shortSummary(r.details.counterIndications.join(', '), 100)}</p>`;
}
}
// Fallback