mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-01-24 13:54:20 +00:00
trim key/value
This commit is contained in:
parent
3e7beba89c
commit
55b347d694
@ -53,8 +53,8 @@ foreach ($db->getData($ns, $tx, $query, $limit, PAGE_LIMIT) as $value) {
|
||||
'block' => $value['block'],
|
||||
'txid' => $value['txid'],
|
||||
'time' => date('d-m-Y H:i', $value['time']),
|
||||
'key' => nl2br($value['key']),
|
||||
'value' => nl2br($value['value']),
|
||||
'key' => nl2br(trim($value['key'])),
|
||||
'value' => nl2br(trim($value['value'])),
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user