]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
fixed daily links if there are no links 951/head
authorWilli Eggeling <thewilli@gmail.com>
Sun, 27 Aug 2017 17:36:48 +0000 (19:36 +0200)
committerWilli Eggeling <thewilli@gmail.com>
Wed, 30 Aug 2017 10:42:58 +0000 (12:42 +0200)
- the previous code tried to use links from a previous day if there are no one for the current one
- the new code skips this part if there are no entries (i.e. days) at all
- modified showDaily() to fit PSR-1 and PSR-2


No differences found