diff options
Diffstat (limited to 'src/Main.hs')
| -rw-r--r-- | src/Main.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main.hs b/src/Main.hs index 1bd6496..c4d4460 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -93,6 +93,7 @@ pageLog conf index req alias = { network = chanNetwork chan , channel = chanChannel chan , alias = alias + , note = Map.lookup alias (confNotes conf) , totalevents = renderLargeNumber numEvents , efAll = kind == CKAll , efCompr = kind == CKCompressed |
