mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix amount [skip ci]
This commit is contained in:
@@ -52,7 +52,7 @@ class Amount
|
||||
return '<span class="text-success" title="' . e($float) . '">' . $result . '</span>';
|
||||
} else {
|
||||
if ($amount < 0) {
|
||||
return '<span class="text-danger">' . $result . '</span>';
|
||||
return '<span class="text-danger" title="' . e($float) . '">' . $result . '</span>';
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user