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