We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1e129 commit b3681d0Copy full SHA for b3681d0
src/html/html_page.ml
@@ -31,7 +31,10 @@ let html_of_toc toc =
31
32
let html_of_search () =
33
let search_bar =
34
- Html.(input ~a:[ a_class [ "search-bar" ]; a_placeholder "🔎 Type '/' to search..." ] ())
+ Html.(
35
+ input
36
+ ~a:[ a_class [ "search-bar" ]; a_placeholder "🔎 Type '/' to search..." ]
37
+ ())
38
in
39
let snake = Html.(div ~a:[ a_class [ "search-snake" ] ] []) in
40
let search_result = Html.div ~a:[ Html.a_class [ "search-result" ] ] [] in
0 commit comments