Changeset 42 in code for trunk/cli/html.ml


Ignore:
Timestamp:
Dec 15, 2022, 9:25:18 PM (2 years ago)
Author:
fox
Message:

Preliminary support for cross-domain references

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cli/html.ml

    r41 r42  
    8989                ^ opt_kv "Replies:" (try
    9090                                ref_links (Conversion.Id_map.find text.id conversion.Conversion.replies)
    91                                 with Not_found -> "empty replies")
     91                                with Not_found -> "")
    9292                ^ {|</dl></header><pre style="white-space:pre-wrap">|} in
    9393        wrap conversion htm text.title ((T.of_string text.body header) ^ "</pre></article>")
Note: See TracChangeset for help on using the changeset viewer.