From b32a49beb36476586e3c196a2c544cc23f3939c7 Mon Sep 17 00:00:00 2001
From: luosongbai <15272473386@163.com>
Date: Fri, 5 Mar 2021 16:09:35 +0800
Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pmcalendar.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pmcalendar.php b/pmcalendar.php
index f5f7e2b..c061471 100644
--- a/pmcalendar.php
+++ b/pmcalendar.php
@@ -1973,11 +1973,11 @@ if ($act == 'newevent') {
// console.log(event)
// console.log(element)
if(event.isYanqi == 1){
- element.html(event.title + '
');
+ element.html(event.title + '
');
}else if(event.isYanqi == 0) {
element.html(event.title);
} else {
- element.html(event.title + '
');
+ element.html(event.title + '
');
}
},