mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 00:27:30 +00:00
Fix for #1028
This commit is contained in:
@@ -146,7 +146,7 @@
|
||||
|
||||
<!-- render vertical line with text "today" -->
|
||||
{% if start.lte(today) and end.gte(today) %}
|
||||
var today = {{ today.day }};
|
||||
var today = {{ today.diffInDays(start) + 1 }};
|
||||
{% else %}
|
||||
var today = -1;
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user