Commit 6755aad5 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] cosmetics name

parent 0627535a
......@@ -62,7 +62,7 @@ getHtml :: RepoCmdM env err m
getHtml lId = do
lst <- get lId
let (NodeId id) = lId
return $ addHeader (concat ["attachment; filename=list-", pack $ show id, ".json"]) lst
return $ addHeader (concat ["attachment; filename=GarganText_NgramsList-", pack $ show id, ".json"]) lst
-- TODO : purge list
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment