File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ let () =
3131 Xml_tree. read_document In_channel. stdin
3232 |> fun (dtd , doc ) -> Xml_tree. map ~tag: " pre" ~f: subst_with_code_frag doc
3333 |> fun doc -> Xml_tree. write_document Out_channel. stdout dtd doc
34- with
34+ with
3535 | Xmlm. Error (_p ,e ) ->
3636 print_endline (Xmlm. error_message e)
Original file line number Diff line number Diff line change @@ -161,12 +161,12 @@ let concat_toplevel_phrases lines =
161161 |> List. filter ~f: (function | " " -> false | _ -> true )
162162
163163let wrap_in_docbook_box ~part typ file buf =
164- let part =
164+ let part =
165165 match part with
166166 | 0 -> []
167- | part -> < :html< , continued (part $ int :part$ )>>
167+ | part -> < :html< (part $ int :part$ )>>
168168 in
169- let icon = < :xml< & #x2318 ;>> in
169+ let icon = < :xml< & #x270e ;>> in
170170 let info = < :xml<< lineannotation> $ icon$ $ str:typ$: < filename> $ str:file$</ filename> $ part$</ lineannotation>
171171$ buf$>> in
172172 Cow.Xml. to_string info
You can’t perform that action at this time.
0 commit comments