Warning, /webapps/ocs-apiserver/library/HTMLPurifier/ConfigSchema/schema/HTML.BlockWrapper.txt is written in an unsupported language. File is not indexed.
0001 HTML.BlockWrapper 0002 TYPE: string 0003 VERSION: 1.3.0 0004 DEFAULT: 'p' 0005 --DESCRIPTION-- 0006 0007 <p> 0008 String name of element to wrap inline elements that are inside a block 0009 context. This only occurs in the children of blockquote in strict mode. 0010 </p> 0011 <p> 0012 Example: by default value, 0013 <code><blockquote>Foo</blockquote></code> would become 0014 <code><blockquote><p>Foo</p></blockquote></code>. 0015 The <code><p></code> tags can be replaced with whatever you desire, 0016 as long as it is a block level element. 0017 </p> 0018 --# vim: et sw=4 sts=4