|
...
|
...
|
@@ -165,7 +165,6 @@ class ProofreadingController extends BaseController |
|
|
|
$textContentArray = array_filter($matches[1], function($item) {
|
|
|
|
$content = trim($item);
|
|
|
|
var_dump($content);
|
|
|
|
die();
|
|
|
|
return !empty(trim($item));
|
|
|
|
});
|
|
|
|
$textContentArray = array_values($textContentArray);
|
...
|
...
|
|