diff --git a/VERSION b/VERSION index bbdeab6..1750564 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.5 +0.0.6 diff --git a/public/index.html b/public/index.html index 9bd85cb..eb0fc6e 100644 --- a/public/index.html +++ b/public/index.html @@ -167,10 +167,10 @@ html += `

Summary (Filmages): ${shortSummary(r.details.summary)}

`; html += `

Synthesis (Filmages): ${shortSummary(r.details.synthesis, 100)}

`; if (r.details.indications && r.details.indications.length) { - html += `

Indications: ${r.details.indications.join(', ')}

`; + html += `

Indications: ${shortSummary(r.details.indications.join(', '), 100)}

`; } if (r.details.counterIndications && r.details.counterIndications.length) { - html += `

Contra-indications: ${r.details.counterIndications.join(', ')}

`; + html += `

Contra-indications: ${shortSummary(r.details.counterIndications.join(', '), 100)}

`; } } // Fallback