糾正。將包含在3.3.2

為了速戰速決,請休耕這說明:
1。打開文件 /包括/ vbenterprisetranslator_class_externalParser.php
2。找到代碼:
PHP Code:
$this->outputResult[$this->index] .= $toTranslate;              
if (
false === $cdata) {
$this->outputResult[$this->index] .= ']]>';
}
return 
false
3。在它的第一行更改為:
PHP Code:
$this->outputResult[$this->index] .= vbet_getReEncoded($toTranslate);