Merge branch '5237-unified-layout-common-renderer' of github.com:mermaid-js/mermaid into alanaV11

This commit is contained in:
Ashish Jain
2024-06-03 14:43:40 +02:00

View File

@@ -216,7 +216,7 @@ function getClassesFromDbInfo(dbInfoItem) {
} }
//add comma for all other classes //add comma for all other classes
else { else {
classStr += dbInfoItem.classes[i] + ','; classStr += dbInfoItem.classes[i] + ' ';
} }
} }
return classStr; return classStr;