true, "body" => true, "head" => true, "div" => true, "table" => true, "tr" => true, "select" => true, "ul" => true, "ol" => true, "dl" => true, "form" => true, "tbody" => true, "tfoot" => true, "thead" => true, "noscript" => true, "blockquote" => true ); // opening tag will cause indenting BEFORE AND AFTER output $ps_tags_indent_before = array( "div" => array('id="primenav"') ); // closing and single tags will cause line break $ps_tags_break = array( "meta" => true, "base" => true, "link" => true, "title" => true, "script" => true, "style" => true, "p" => true, "option" => true, "li" => true, "dd" => true, "dt" => true, "h1" => true, "h2" => true, "h3" => true, "h4" => true, "h5" => true, "h6" => true, "hr" => true, "th" => true, "td" => true, "span" => array('class="colbreak"'), "div" => array('class="spacer"', '
', 'id="templateInfo"') ); // use only with special rules because PARSE_INLINE is default parsing method // (all undefined tags will be parsed as inline) $ps_tags_inline = array (); // preformated content tags /closing tag will cause line break !!!ONLY PAIR TAGS $ps_tags_preformat = array( "pre" => true ); // single (not pair) tag names $ps_tags_single = array("meta", "link", "input", "br", "img", "hr"); // atribute preordering $ps_attributes_order = array("href", "src", "rev", "rel", "title", "id", "class"); ?>