Warning, /webapps/ocs-apiserver/library/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefix.txt is written in an unsupported language. File is not indexed.
0001 Attr.IDPrefix 0002 TYPE: string 0003 VERSION: 1.2.0 0004 DEFAULT: '' 0005 --DESCRIPTION-- 0006 String to prefix to IDs. If you have no idea what IDs your pages may use, 0007 you may opt to simply add a prefix to all user-submitted ID attributes so 0008 that they are still usable, but will not conflict with core page IDs. 0009 Example: setting the directive to 'user_' will result in a user submitted 0010 'foo' to become 'user_foo' Be sure to set %HTML.EnableAttrID to true 0011 before using this. 0012 --# vim: et sw=4 sts=4