mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 11:14:37 -04:00
Fix serialization issue
This commit is contained in:
parent
a1b324694a
commit
0a38a52617
@ -79,10 +79,10 @@ trait DesignHelpers
|
|||||||
$document->importNode($element, true)
|
$document->importNode($element, true)
|
||||||
);
|
);
|
||||||
|
|
||||||
return $document->saveHTML();
|
return $document->saveXML();
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user