diff --git a/cli/atom.ml b/cli/atom.ml index af8978c..8fc209a 100644 --- a/cli/atom.ml +++ b/cli/atom.ml @@ -30,7 +30,7 @@ let htm_entry base_url text = "" ^ title text ^ id text ^ updated text ^ authors text ^ (opt_element "summary" @@ esc @@ Text.str "abstract" text) - ^ String_set.fold (fun elt a -> a ^ "") (Text.set "topics" text) "" + ^ String_set.fold (fun elt a -> a ^ "") (Text.set "topics" text) "" ^ "
" ^ P.of_string text.body "" ^ "
\n"