From 71c35433fc8b9b50b77751a02e03989e20cdd943 Mon Sep 17 00:00:00 2001 From: thug0bin Date: Wed, 4 Mar 2026 20:54:20 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=94=84=EB=A1=A0=ED=8A=B8=EC=97=94?= =?UTF-8?q?=EB=93=9C=20=EB=AA=A8=EB=8B=AC=20=EC=88=9C=EC=84=9C=EB=8F=84=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20-=20=EC=A3=BC=EC=9D=98=EC=82=AC=ED=95=AD?= =?UTF-8?q?=20=EB=A7=88=EC=A7=80=EB=A7=89=EC=9C=BC=EB=A1=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/templates/admin_products.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/templates/admin_products.html b/backend/templates/admin_products.html index 0ccada7..73b11eb 100644 --- a/backend/templates/admin_products.html +++ b/backend/templates/admin_products.html @@ -1159,12 +1159,6 @@

${escapeHtml(info.dosage_instructions)}

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

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

-
` : ''} - ${info.dosing_interval ? `
▶ 투약 주기 ⭐
@@ -1177,6 +1171,12 @@

${escapeHtml(info.companion_drugs)}

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

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

+
` : ''} +