* [bug#52012,done,1h] decode output.
This commit is contained in:
@@ -197,6 +197,7 @@ class file extends control
|
||||
}
|
||||
if($this->post->kind == 'task' && $this->config->vision != 'lite') $output .= $this->lang->file->childTaskTips;
|
||||
}
|
||||
$output = htmlspecialchars_decode(htmlspecialchars_decode($output, ENT_NOQUOTES), ENT_NOQUOTES);
|
||||
if(isset($_POST['encode']) && $this->post->encode != "utf-8") $output = helper::convertEncoding($output, 'utf-8', $this->post->encode . '//TRANSLIT');
|
||||
|
||||
$this->sendDownHeader($this->post->fileName, 'csv', $output);
|
||||
|
||||
Reference in New Issue
Block a user