bugfix: allday event display, and more exports
This commit is contained in:
@@ -48,7 +48,7 @@ function color_from_status(status) {
|
||||
# @return: Single-line string
|
||||
function allday(collection, desc, status, color) {
|
||||
color = color_from_status(status)
|
||||
return collection " " style_allday
|
||||
return collection " " style_allday color desc OFF
|
||||
}
|
||||
|
||||
# Return line for multi-day event, or event that starts at midnight, which ends today.
|
||||
|
Reference in New Issue
Block a user