Fix history stats (missing endraw) (#25023)

This commit is contained in:
Kryštof Korb 2022-11-22 11:15:42 +01:00 committed by GitHub
parent a4bd4a555f
commit 80f2e66e89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,6 +190,8 @@ Here, last Monday is _today_ as a timestamp, minus 86400 times the current weekd
end: "{{ now() }}"
```
{% endraw %}
**Previous month**: starts the first day of the previous month at 00:00, ends the first day of the current month.
{% raw %}