1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-24 23:16:28 +02:00

Fixes #4291 Workaround for servers with very old versions of LibXML. eg. 2.7.6

This commit is contained in:
Cameron
2020-12-13 12:19:42 -08:00
parent 39691620ae
commit d5a1e77ca1
2 changed files with 17 additions and 12 deletions

View File

@@ -439,6 +439,11 @@ while($row = $sql->fetch())
'expected' => "<pre>/* &#123;THEME_PREF: code=header_width&amp;default=container&#125; */</pre>",
),
30 => array(
'html' => "<hr />",
'expected' => "<hr>",
),
);
foreach($tests as $k=>$var)