]> BookStack Code Mirror - bookstack/commit
HTML: Aligned and standardised DOMDocument usage 4673/head
authorDan Brown <redacted>
Tue, 14 Nov 2023 15:46:32 +0000 (15:46 +0000)
committerDan Brown <redacted>
Tue, 14 Nov 2023 15:46:32 +0000 (15:46 +0000)
commitdb7b11fe933b6f9b9962aec18f45a74b56458db5
treea27d8d80caae8309cb58fc95b0fffe8c6226f8af
parent3a6f50e66894dafbbade5a6540fceee5ce501e3e
HTML: Aligned and standardised DOMDocument usage

Adds a thin wrapper for DOMDocument to simplify and align usage within
all areas of BookStack.
Also means we move away from old depreacted mb_convert_encoding usage.

Closes #4638
app/Entities/Tools/ExportFormatter.php
app/Entities/Tools/PageContent.php
app/References/CrossLinkParser.php
app/References/ReferenceUpdater.php
app/Search/SearchIndex.php
app/Util/HtmlContentFilter.php
app/Util/HtmlDocument.php [new file with mode: 0644]
app/Util/HtmlNonceApplicator.php