From 0a9841448115e454eab141123ade41de86920365 Mon Sep 17 00:00:00 2001 From: sanluan Date: Tue, 10 Sep 2024 11:06:55 +0800 Subject: [PATCH] bug fixed:visitSitefileImage path --- .../resources/templates/admin/cmsTemplate/sitefileList.html | 2 +- .../resources/templates/admin/cmsTemplate/viewSitefile.html | 2 +- .../main/resources/templates/admin/sysSite/lookupSitefile.html | 2 +- .../src/main/resources/templates/admin/sysSite/sitefile.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/publiccms-parent/publiccms/src/main/resources/templates/admin/cmsTemplate/sitefileList.html b/publiccms-parent/publiccms/src/main/resources/templates/admin/cmsTemplate/sitefileList.html index bc8123dd3..ecab5c920 100644 --- a/publiccms-parent/publiccms/src/main/resources/templates/admin/cmsTemplate/sitefileList.html +++ b/publiccms-parent/publiccms/src/main/resources/templates/admin/cmsTemplate/sitefileList.html @@ -15,7 +15,7 @@
<#if (sitefile.cover)?has_content> - ${a.fileName} + ${a.fileName} <#else> diff --git a/publiccms-parent/publiccms/src/main/resources/templates/admin/cmsTemplate/viewSitefile.html b/publiccms-parent/publiccms/src/main/resources/templates/admin/cmsTemplate/viewSitefile.html index 1f0cfaebf..40c9185b6 100644 --- a/publiccms-parent/publiccms/src/main/resources/templates/admin/cmsTemplate/viewSitefile.html +++ b/publiccms-parent/publiccms/src/main/resources/templates/admin/cmsTemplate/viewSitefile.html @@ -50,7 +50,7 @@
<@t.page 'cover'/>:
- ${(sitefile.name)!name} + ${(sitefile.name)!name}
diff --git a/publiccms-parent/publiccms/src/main/resources/templates/admin/sysSite/lookupSitefile.html b/publiccms-parent/publiccms/src/main/resources/templates/admin/sysSite/lookupSitefile.html index 1c8b98795..e8f90185b 100644 --- a/publiccms-parent/publiccms/src/main/resources/templates/admin/sysSite/lookupSitefile.html +++ b/publiccms-parent/publiccms/src/main/resources/templates/admin/sysSite/lookupSitefile.html @@ -5,7 +5,7 @@