From e1c58beb5a0d41fa0134b0d1aff9f0a1493add45 Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Thu, 1 Apr 2021 01:31:59 +0000 Subject: [PATCH] =?UTF-8?q?<=ED=94=84=EB=A1=9C=EA=B7=B8=EB=9E=A8=EC=88=98?= =?UTF-8?q?=EC=A0=95>=201.=20PMSNO=20:=20NULL=202.=20=EC=B2=98=EB=A6=AC?= =?UTF-8?q?=EB=82=B4=EC=97=AD=20:=20=EB=A9=94=EC=9D=B8=ED=99=94=EB=A9=B4?= =?UTF-8?q?=20=ED=95=99=EC=8A=B5=EC=8B=9C=EA=B0=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/Course/SmartSearch.cshtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FO/Views/Course/SmartSearch.cshtml b/FO/Views/Course/SmartSearch.cshtml index 414de94..a1bc043 100644 --- a/FO/Views/Course/SmartSearch.cshtml +++ b/FO/Views/Course/SmartSearch.cshtml @@ -263,13 +263,13 @@ } if (d.cshape == 0) { - p.html(""); + p.html(""); } else if (d.cshape == 1) { - p.html(""); + p.html(""); } else if (d.cshape == 2) { - p.html(""); + p.html(""); } spanIntro.text("강좌소개"); li.append(p);