Skip to content
Snippets Groups Projects
Verified Commit 20e2cbc3 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: fix createXML

parent b8a7db49
No related branches found
No related tags found
2 merge requests!68DOC: update CHANGELOG,!60F create xml
Pipeline #17092 failed
......@@ -556,7 +556,7 @@ function getPropertyFromElement(propertyelement, names = undefined) {
// name
property.name = getPropertyName(propertyelement);
// description
property.description = desc ? desc.textContent : undefined;
property.description = descel ? descel.textContent : undefined;
// id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment