From 03e956132d4a4b880d4e4533aeab725b0b2b5b52 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 21 Oct 2023 10:51:24 +0300 Subject: switch to html2text() instead of strip_tags() when preparing FTS index --- vendor/soundasleep/html2text/src/Html2TextException.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 vendor/soundasleep/html2text/src/Html2TextException.php (limited to 'vendor/soundasleep/html2text/src/Html2TextException.php') diff --git a/vendor/soundasleep/html2text/src/Html2TextException.php b/vendor/soundasleep/html2text/src/Html2TextException.php new file mode 100644 index 000000000..fe919f357 --- /dev/null +++ b/vendor/soundasleep/html2text/src/Html2TextException.php @@ -0,0 +1,15 @@ +more_info = $more_info; + } + +} -- cgit v1.2.3-54-g00ecf