Korrigjohet. Do të përfshihen në 3.3.2

Për doze ju lutem ugar këtë udhëzimet:
1. Open File / Përfshin / vbenterprisetranslator_class_externalParser.php
2. Gjeni kodin:
PHP Code:
$this->outputResult[$this->index] .= $toTranslate;              
if (
false === $cdata) {
$this->outputResult[$this->index] .= ']]>';
}
return 
false
3. Ndryshimi rreshtin e parë në të për:
PHP Code:
$this->outputResult[$this->index] .= vbet_getReEncoded($toTranslate);