Project

General

Profile

Bug #15979 » bug_3115_nows.diff

Administrator Admin, 2006-10-19 16:10

View differences:

typo3/alt_clickmenu.php (Arbeitskopie)
$this->content = $this->doc->insertStylesAndJS($this->content);
echo $this->content;
} else {
t3lib_ajax::outputXMLreply($this->content);
$content = $this->content;
if (is_object($GLOBALS['LANG'])) {
$content = $GLOBALS['LANG']->csConvObj->utf8_encode($content,$GLOBALS['LANG']->charSet);
}
t3lib_ajax::outputXMLreply($content);
}
}
}
(3-3/3)