Commit 15c012b
committed
Fix bibliography month persistence bug
The month from one entry was incorrectly persisting to subsequent entries that didn't have a month defined. This fix initializes entrymonth and entryyear variables to empty strings before checking if they exist in the entry data.
Fixes alshedivat/al-folio#33861 parent 56def84 commit 15c012b
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| 171 | + | |
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| 175 | + | |
174 | 176 | | |
175 | 177 | | |
176 | 178 | | |
| |||
0 commit comments