File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ depends: [
2222 "sqlite3"
2323 "sqlite3_utils" { >= "0.4" & < "0.5" }
2424 "tiny_httpd" { >= "0.17" & < "1.0" }
25- "printbox" { >= "0.6 " }
26- "printbox-text" { >= "0.6 " }
25+ "printbox" { >= "0.12 " }
26+ "printbox-text" { >= "0.12 " }
2727 "ocaml" {>= "4.12" }
2828 "jemalloc" { >= "0.2" & < "0.3" }
2929]
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ end = struct
122122 l
123123 in
124124 H. div a l
125- | B. Pad (_ , b ) | B. Frame b -> to_html_rec b
125+ | B. Pad (_ , b ) | B. Frame { sub = b ; _ } -> to_html_rec b
126126 | B. Align { h = `Right ; inner = b ; v = _ } ->
127127 H. div [ A. class_ " align-right" ] [ to_html_rec b ]
128128 | B. Align { h = `Center ; inner = b ; v = _ } ->
You can’t perform that action at this time.
0 commit comments