From b4dff1ab265d1f2b3c6fd5540fddadd7a0f8db7e Mon Sep 17 00:00:00 2001 From: GWY <guweiyiscp096@foxmail.com> Date: 星期五, 08 四月 2022 09:49:08 +0800 Subject: [PATCH] no message --- force-app/main/default/pages/Exception.page | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/pages/Exception.page b/force-app/main/default/pages/Exception.page index 78526a8..61dda59 100644 --- a/force-app/main/default/pages/Exception.page +++ b/force-app/main/default/pages/Exception.page @@ -10,7 +10,7 @@ <apex:outputPanel layout="block" styleClass="topPanel"> <apex:panelGrid width="758" cellpadding="0" cellspacing="0" bgcolor="white" columns="3"> <apex:image url="{!URLFOR($Resource.SiteSamples, 'img/clock.png')}"/> - <apex:image url="{!URLFOR($Resource.SiteSamples, 'img/warning.gif')}"/> + <apex:image url="{!URLFOR($Resource.SiteSamples, 'img/warning.png')}"/> <apex:panelGroup > <apex:outputText styleClass="title" value="{!$Label.site.error}"> <apex:param value="{!$Site.ErrorMessage}"/> -- Gitblit v1.9.1