diff --git a/templates/classes.html.j2 b/templates/classes.html.j2 index d40b742..55a0030 100644 --- a/templates/classes.html.j2 +++ b/templates/classes.html.j2 @@ -31,7 +31,7 @@ {{ property.name }} {% if property.type.__class__ == object.__class__ %} - {{ property.type.name }} + {{ property.type.name }} {% else %} {{ property.type.name }} {% endif %} diff --git a/templates/system-capability.html.j2 b/templates/system-capability.html.j2 index 88e5cb6..dcc7f90 100644 --- a/templates/system-capability.html.j2 +++ b/templates/system-capability.html.j2 @@ -44,7 +44,7 @@