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)}

` : ''} ${info.dosage_instructions ? ` -
+
▶ 용법용량

${escapeHtml(info.dosage_instructions)}

` : ''} ${info.precautions ? ` -
+
▶ 주의사항

${escapeHtml(info.precautions.substring(0, 500))}${info.precautions.length > 500 ? '...' : ''}

` : ''}