Project

General

Profile

Bug #18516 » 7961_headlisttags.diff

Administrator Admin, 2008-03-29 17:28

View differences:

t3lib/class.t3lib_parsehtml_proc.php (working copy)
// Init:
$this->procOptions = $thisConfig['proc.'];
$this->preserveTags = strtoupper(implode(',',t3lib_div::trimExplode(',',$this->procOptions['preserveTags'])));
// dynamic configuration of headListTags
if ($this->procOptions['headListTags']) {
$this->headListTags = $this->procOptions['headListTags'];
}
// Get parameters for rte_transformation:
$p = $this->rte_p = t3lib_BEfunc::getSpecConfParametersFromArray($specConf['rte_transform']['parameters']);
(1-1/2)