From 54060059d463fc012a9ca04eea58aeb65e656177 Mon Sep 17 00:00:00 2001 From: tianya Date: Sat, 19 Nov 2022 10:07:07 +0800 Subject: [PATCH] Update common.func.php --- src/system/common.func.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/common.func.php b/src/system/common.func.php index dbf642cd..9a09448a 100755 --- a/src/system/common.func.php +++ b/src/system/common.func.php @@ -19,7 +19,7 @@ define('ALERT_COLORS', array( ALERT_LIGHT => array('#fefefe','#fdfdfe','#636464'), ALERT_DARK => array('#d3d3d4','#bcbebf','#141619'), )); -define("ALERT_TPL", '
~content~
'); +define("ALERT_TPL", '
~content~
'); //$content:文档 $type:alert类型 function DedeAlert($content, $type = ALERT_PRIMARY) {