Bug #15979 » bug_3115_nows.diff
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);
|
||
}
|
||
}
|
||
}
|
- « Previous
- 1
- 2
- 3
- Next »