mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 10:53:39 +01:00
try fixing an other case where an unrelated XML error was reported
Error passing XML file '<text type="text" id="#Kunde_Firma"/>' line 12: EndTag: '</' not found There is obviously no line 12 ;)
This commit is contained in:
parent
a2f361f521
commit
bbd048a143
@ -123,6 +123,7 @@ class Widget
|
||||
// read all attributes
|
||||
$this->set_attrs($reader);
|
||||
|
||||
libxml_clear_errors();
|
||||
while(($ok=$reader->read()) && $reader->depth > $depth)
|
||||
{
|
||||
if ($reader->nodeType == XMLReader::ELEMENT && $reader->depth > $depth)
|
||||
|
Loading…
Reference in New Issue
Block a user