swish/commit

Updated upstream files.

authorJan Wielemaker
Mon Oct 29 16:44:00 2018 +0100
committerJan Wielemaker
Mon Oct 29 16:44:00 2018 +0100
commitadecd5483b89cb745598458c0d58962347b12541
tree6bb3f4aeedc495b2651ab232a979e76fb87721de
parent519f1618e8f7049dc396ba441b83f553bd1f8858
Diff style: patch stat
diff --git a/lib/swish/http_version.pl b/lib/swish/http_version.pl
index bf1b64f..d496c6b 100644
--- a/lib/swish/http_version.pl
+++ b/lib/swish/http_version.pl
@@ -206,8 +206,8 @@ format_commit_message(all, Message0, Message) :-
 format_commit_message(all, Message0, Message) :-
     string_codes(Message0, Codes),
     wiki_file_codes_to_dom(Codes, '/', DOM),
-    phrase(swish_markdown:html(div(class('v-changelog-entry'),
-                                   DOM)),
+    phrase(wiki_html(div(class('v-changelog-entry'),
+                         DOM)),
            Tokens),
     with_output_to(string(Message), print_html(Tokens)).