mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 01:18:44 +02:00
missing space in inherited attribute list, fixes #1217
This commit is contained in:
parent
fbdf089d5d
commit
7400c91a4f
@ -222,7 +222,9 @@ export default class AttributeListWidget extends TabAwareWidget {
|
||||
|
||||
attributeRenderer.renderAttribute(attribute, $span, false);
|
||||
|
||||
$container.append($span);
|
||||
$container
|
||||
.append($span)
|
||||
.append(" ");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user