Skip to content

Commit

Permalink
EML: don't access internal Dream_pure module
Browse files Browse the repository at this point in the history
Fixes #291.
  • Loading branch information
aantron committed Nov 12, 2023
1 parent 4c18ba8 commit 9938850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eml/eml.ml
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ struct

output.format ("%" ^ format);
if needs_escape then
output.print "(Dream_pure.Formats.html_escape ";
output.print "(Dream.html_escape ";
output.print "(\n";

Printf.ksprintf output.print "#%i \"%s\"\n" (line + 1) location;
Expand Down

0 comments on commit 9938850

Please sign in to comment.