From 33fc51e1ab2a146ad615679dd9df07bad044f281 Mon Sep 17 00:00:00 2001 From: pro Date: Fri, 23 Jan 2026 10:05:28 +0900 Subject: [PATCH] =?UTF-8?q?fix:Blade=20=ED=85=9C=ED=94=8C=EB=A6=BF=20?= =?UTF-8?q?=EB=82=B4=20JSX=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EA=B5=AC?= =?UTF-8?q?=EB=AC=B8=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - style={{ }} 구문이 Blade {{ }}로 해석되는 문제 - style={ {} } 형식으로 변경하여 Blade 파싱 우회 Co-Authored-By: Claude Opus 4.5 --- resources/views/barobill/etax/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/barobill/etax/index.blade.php b/resources/views/barobill/etax/index.blade.php index 727dcd24..22609498 100644 --- a/resources/views/barobill/etax/index.blade.php +++ b/resources/views/barobill/etax/index.blade.php @@ -358,7 +358,7 @@ className="px-3 py-1.5 text-sm bg-stone-100 text-stone-600 rounded-lg hover:bg-s -
+