Skip to content

Commit

Permalink
[Plugin API] Remove the reference to the old version of HTML.inner_text
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbaturin committed Nov 27, 2023
1 parent e7f233c commit c9a0d44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugin_api.ml
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@ struct
"clone_content", V.efunc (V.option Map.html **->> V.option Map.html) Html.clone_content;
"clone_document", V.efunc (Map.html **->> Map.html) Html.clone_page;
"strip_tags", V.efunc (V.option Map.html **->> V.string) Html.strip_tags;
"inner_text", V.efunc (V.option Map.html **->> V.string) Html.strip_tags;
"append_root", V.efunc (Map.html **-> Map.html **->> V.unit) Html.append_root;
"prepend_root", V.efunc (Map.html **-> Map.html **->> V.unit) Html.prepend_root;
"wrap", V.efunc (Map.html **-> Map.html **->> V.unit) Html.wrap;
Expand Down

0 comments on commit c9a0d44

Please sign in to comment.