소스 검색

Merge remote-tracking branch 'origin/master'

guwd 5 년 전
부모
커밋
f45398f36c
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      src/main/webapp/WEB-INF/macro.ftl

+ 7 - 0
src/main/webapp/WEB-INF/macro.ftl

@@ -0,0 +1,7 @@
+<#macro ms_file jsonString>
+    <#if jsonString??&&jsonString!=''>
+        <@compress>
+            ${jsonString?eval[0].path}
+        </@compress>
+    </#if>
+</#macro>