Parcourir la source

Merge remote-tracking branch 'origin/master'

guwd il y a 5 ans
Parent
commit
f45398f36c
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  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>