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:
@@ -439,6 +439,11 @@ while($row = $sql->fetch())
|
||||
'expected' => "<pre>/* {THEME_PREF: code=header_width&default=container} */</pre>",
|
||||
),
|
||||
|
||||
30 => array(
|
||||
'html' => "<hr />",
|
||||
'expected' => "<hr>",
|
||||
),
|
||||
|
||||
);
|
||||
|
||||
foreach($tests as $k=>$var)
|
||||
|
Reference in New Issue
Block a user