From 6590e1ecb98a3d648437075e909d5bf07a49782f Mon Sep 17 00:00:00 2001 From: Hai Liang Wang Date: Wed, 19 Jul 2023 19:25:33 +0800 Subject: [PATCH] #872 fix pug syntax as pug4j v1 Signed-off-by: Hai Liang Wang --- .../main/resources/templates/admin/system/chatbot/edit.pug | 5 ++--- contact-center/root/pom.xml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/contact-center/app/src/main/resources/templates/admin/system/chatbot/edit.pug b/contact-center/app/src/main/resources/templates/admin/system/chatbot/edit.pug index f0ce3dc4..4712130a 100644 --- a/contact-center/app/src/main/resources/templates/admin/system/chatbot/edit.pug +++ b/contact-center/app/src/main/resources/templates/admin/system/chatbot/edit.pug @@ -1,5 +1,5 @@ -//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd. -//- , Licensed under the Chunsong Public +//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd. +//- , Licensed under the Chunsong Public //- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html //- Unless required by applicable law or agreed to in writing, software //- distributed under the License is distributed on an "AS IS" BASIS, @@ -163,4 +163,3 @@ block content getChannel(data.value) }); }) - diff --git a/contact-center/root/pom.xml b/contact-center/root/pom.xml index bf6a56ea..d1dcd764 100644 --- a/contact-center/root/pom.xml +++ b/contact-center/root/pom.xml @@ -85,7 +85,7 @@ de.neuland-bfi spring-pug4j - 3.0.0 + 3.0.1c-SNAPSHOT mysql