Skip to content

Commit

Permalink
Backward support up from 4.08
Browse files Browse the repository at this point in the history
  • Loading branch information
vanilla-extracts committed Mar 16, 2022
1 parent c74e74e commit 0b289a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/htmlgen.ml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ let list_of_string str = List.of_seq (String.to_seq str)
| t::q when t='}' && acc1<>"" -> (acc1,r),q
| t::q -> parse_href (acc1,acc2) (r^(String.make 1 t)) q


let execute node_list =
let stack = Stack.create () in
let rec aux last_char result lst =
Expand Down

0 comments on commit 0b289a7

Please sign in to comment.