\w[-_.+\w]+@(\w[-_\w]+[.])+\w{2,} ) \007x",
#-- rendering ruleset
- "wm_indent" => '<div style="margin-left:15px;" class="indent">',
+ "wm_indent" => '',
"wm_table_defaults" => 'cellpadding="2" border="1" cellspacing="0"',
"wm_whole_line" => array(),
"htmlentities" => array(
}
}
while ($n_indent < $s["indent"]) {
- $out .= "</div>\n";
+ $out .= "";
$s["indent"]--;
}
}
#-- indentation
while ($s["indent"]) {
- $out .= "</div>";
+ $out .= "";
$s["indent"]--;
}
}