修复标签属性不支持-的问题

This commit is contained in:
oldrind
2016-02-29 09:43:33 +08:00
parent 755a3d22b5
commit 884e036a46
2 changed files with 2 additions and 2 deletions

View File

@@ -257,7 +257,7 @@ EOF;
$_GET['action'] = 'action';
$_POST['action'] = 'action';
$_COOKIE['name'] = 'name';
\think\Session::set('action', ['name' => 'name']);
$_SESSION['action'] = ['name' => 'name'];
define('SITE_NAME', 'site_name');
$content = <<<EOF