diff --git a/by_json/templates/gizmo.tmpl b/by_json/templates/gizmo.tmpl index 37e6906..b8c036d 100644 --- a/by_json/templates/gizmo.tmpl +++ b/by_json/templates/gizmo.tmpl @@ -1 +1 @@ -\"${identifier}\" [shape=${shape} color=\"${border_color:-transparent}\" style=filled fillcolor=\"${color}\" label=${label} ${additionals}] +\"${identifier}\" [shape=${shape} color=\"${border_color:-transparent}\" style=filled fillcolor=\"${color}\" label=${label} ${additionals}]; diff --git a/by_json/templates/link.tmpl b/by_json/templates/link.tmpl index 56ca86f..92f72e7 100644 --- a/by_json/templates/link.tmpl +++ b/by_json/templates/link.tmpl @@ -1 +1 @@ -\"${identifier}\" -> \"${relation}\" +\"${identifier}\" -> \"${relation}\";