From e6b01da1efc2eb366b21f71c1225fc2379176099 Mon Sep 17 00:00:00 2001 From: isol2011 Date: Mon, 18 Jul 2022 10:26:57 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=88=98=EC=A0=95]=20=ED=99=88=ED=99=94?= =?UTF-8?q?=EB=A9=B4=20=EC=95=84=EC=9D=B4=20=EB=B3=80=EA=B2=BD=20=EC=8B=9C?= =?UTF-8?q?=20=EA=B8=B0=EB=A1=9D=20=EC=83=9D=EC=83=81=20=EA=B3=A0=EC=A0=95?= =?UTF-8?q?=EB=90=98=EB=8A=94=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 --- src/main/webapp/WEB-INF/views/ftl/m/index/index.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/ftl/m/index/index.ftl b/src/main/webapp/WEB-INF/views/ftl/m/index/index.ftl index bf04bbb..0edca3e 100644 --- a/src/main/webapp/WEB-INF/views/ftl/m/index/index.ftl +++ b/src/main/webapp/WEB-INF/views/ftl/m/index/index.ftl @@ -440,7 +440,7 @@ strRecordList += "
"; strRecordList += "
"; strRecordList += "
"; - strRecordList += "

" + item.nutirition_cd_no_title + "

"; + strRecordList += "

" + item.nutirition_cd_no_title + "

"; strRecordList += " " + item.ago + ""; strRecordList += "
"; strRecordList += "
"; @@ -450,7 +450,7 @@ } strRecordList += "
"; strRecordList += "
"; - strRecordList += "

순간의 기록

"; + strRecordList += "

순간의 기록

"; strRecordList += " "; if(item.memo != null) { strRecordList += item.memo;