diff --git a/src/system/common.func.php b/src/system/common.func.php index 9a09448a..724c3059 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) {