1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 12:21:45 +02:00

Better bootstrap detection.

This commit is contained in:
Cameron
2013-03-19 19:05:58 -07:00
parent 9285bd2b9c
commit 73bb794b67
2 changed files with 2 additions and 1 deletions

View File

@@ -2424,6 +2424,7 @@ class e_parser
$doc = $this->domObj;
$doc->preserveWhiteSpace = true;
$doc->loadHTML($html);
$tg = explode(",", $taglist);