From 712e01a2a3740f4d6e2746915c1e62255f132bda Mon Sep 17 00:00:00 2001 From: lxy <1103069291@qq.com> Date: Sun, 28 Feb 2021 16:53:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(photos):=20=E8=A7=A3=E5=86=B3=E5=9B=BE?= =?UTF-8?q?=E5=BA=93=E5=88=86=E7=BB=84=E4=B8=AD=E9=97=B4=E6=9C=89=E7=A9=BA?= =?UTF-8?q?=E6=A0=BC=E6=97=B6=EF=BC=8C=E5=AF=BC=E8=87=B4=E6=AD=A4=E5=88=86?= =?UTF-8?q?=E7=BB=84=E5=9B=BE=E7=89=87=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=84?= =?UTF-8?q?=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #138 --- tpl/content-justify-photos.ftl | 4 ++-- tpl/content-masonry-photos.ftl | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tpl/content-justify-photos.ftl b/tpl/content-justify-photos.ftl index 0459f8f..3a6348f 100644 --- a/tpl/content-justify-photos.ftl +++ b/tpl/content-justify-photos.ftl @@ -19,7 +19,7 @@ <@photoTag method="listTeams"> <#list teams as item>
  • - ${((item.team)?length>0)?string((item.team),'默认')} + ${((item.team)?length>0)?string((item.team),'默认')}
  • @@ -28,7 +28,7 @@