Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
I found one difference with Xenforo versions that affects this./src/vendor/symfony/dom-crawler/Crawler.php line 196Xenforo 2.2.11:$content = mb_convert_encoding($content, 'HTML-ENTITIES', $charset);Xenforo 2.2.15:$content = htmlspecialchars_decode(iconv('UTF-8', 'ISO-8859-1', htmlentities($content, ENT_COMPAT, 'UTF-8')), ENT_QUOTES);Reverting this line of code to previous version seems to cure the problem but I must do some more researching to see if it breaks something else.
I found one difference with Xenforo versions that affects this.
/src/vendor/symfony/dom-crawler/Crawler.php line 196
Xenforo 2.2.11:
$content = mb_convert_encoding($content, 'HTML-ENTITIES', $charset);
Xenforo 2.2.15:
$content = htmlspecialchars_decode(iconv('UTF-8', 'ISO-8859-1', htmlentities($content, ENT_COMPAT, 'UTF-8')), ENT_QUOTES);
Reverting this line of code to previous version seems to cure the problem but I must do some more researching to see if it breaks something else.
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences