mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 16:34:23 -05:00
trim string before putting into textarea
This commit is contained in:
@@ -72,7 +72,7 @@ if ($cmd == "getTable") {
|
||||
foreach ($fileLines as $line) {
|
||||
$row = explode("\t", $line);
|
||||
$key = $row[0];
|
||||
$string = $row[1];
|
||||
$string = trim($row[1]);
|
||||
|
||||
$rowData = [
|
||||
'rowid' => $rowid,
|
||||
|
Reference in New Issue
Block a user