From 58900310ce4395e2f330792476181a8dbbc7d0a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Fri, 17 Nov 2023 11:57:14 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A9=EC=B0=A8=EC=97=90=20html=20=ED=83=9C?= =?UTF-8?q?=EA=B7=B8=20=EB=93=A4=EC=96=B4=EA=B0=80=EB=8A=94=20=EA=B2=BD?= =?UTF-8?q?=EC=9A=B0=20=EB=B0=98=EC=98=81.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/standardCode/viewer.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer.js b/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer.js index c61abf3..3948456 100644 --- a/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer.js +++ b/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer.js @@ -107,8 +107,7 @@ function CodeViewer(props) { { document.location.hash="#"+item.cont_type_cd; - }}> - {item.group_title} + }} dangerouslySetInnerHTML={ {__html: item.group_title} }> )