diff --git a/backend/templates/admin_products.html b/backend/templates/admin_products.html index 06b42bd..ddfd2d4 100644 --- a/backend/templates/admin_products.html +++ b/backend/templates/admin_products.html @@ -1148,19 +1148,19 @@ ${info.efficacy_effect ? ` -
${escapeHtml(info.efficacy_effect)}
${escapeHtml(info.dosage_instructions)}
${escapeHtml(info.precautions.substring(0, 500))}${info.precautions.length > 500 ? '...' : ''}