From 9485c3c34fd9a3db6bb40432f3391b353ef37a82 Mon Sep 17 00:00:00 2001 From: kyebyungha Date: Fri, 22 Apr 2022 09:44:38 +0900 Subject: [PATCH] =?UTF-8?q?=ED=83=9C=EA=B7=B8=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sqlmap/m/bf_board/com.backoffice.m.bf_board.xml | 8 ++++---- .../webapp/WEB-INF/views/ftl/m/bf_board/list_bf_board.ftl | 6 ++++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/main/resources/sqlmap/m/bf_board/com.backoffice.m.bf_board.xml b/src/main/resources/sqlmap/m/bf_board/com.backoffice.m.bf_board.xml index c76f70b..d82c749 100644 --- a/src/main/resources/sqlmap/m/bf_board/com.backoffice.m.bf_board.xml +++ b/src/main/resources/sqlmap/m/bf_board/com.backoffice.m.bf_board.xml @@ -2,8 +2,7 @@ diff --git a/src/main/webapp/WEB-INF/views/ftl/m/bf_board/list_bf_board.ftl b/src/main/webapp/WEB-INF/views/ftl/m/bf_board/list_bf_board.ftl index ff8941f..79658da 100644 --- a/src/main/webapp/WEB-INF/views/ftl/m/bf_board/list_bf_board.ftl +++ b/src/main/webapp/WEB-INF/views/ftl/m/bf_board/list_bf_board.ftl @@ -79,8 +79,10 @@
red <#else> yellow ">${item['bd_tp_nm']!}
<#if item['hashtag']?has_content > - <#list item['hashtag']?split(",") as tag> -
blue <#else> green ">${tag}
+ <#list item['hashtag']?replace("#", ",")?split(",") as tag> + <#if tag?has_content> +
blue <#else> green ">${tag}
+