最新服务器上的版本,以后用这个
wangzhenxin
2023-11-19 bc164b8bdbfbdf1d8229a5ced6b08d7cb8db7361
commit | author | age
2207d6 1 HTML.CoreModules
W 2 TYPE: lookup
3 VERSION: 2.0.0
4 --DEFAULT--
5 array (
6   'Structure' => true,
7   'Text' => true,
8   'Hypertext' => true,
9   'List' => true,
10   'NonXMLCommonAttributes' => true,
11   'XMLCommonAttributes' => true,
12   'CommonAttributes' => true,
13 )
14 --DESCRIPTION--
15
16 <p>
17     Certain modularized doctypes (XHTML, namely), have certain modules
18     that must be included for the doctype to be an conforming document
19     type: put those modules here. By default, XHTML's core modules
20     are used. You can set this to a blank array to disable core module
21     protection, but this is not recommended.
22 </p>
23 --# vim: et sw=4 sts=4