Bug #18516 » 7961_headlisttags.diff
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']);
|
||