diff --git a/lib/components/JsonSchema/json-schema.html b/lib/components/JsonSchema/json-schema.html
index c7865ff6..67d70ff8 100644
--- a/lib/components/JsonSchema/json-schema.html
+++ b/lib/components/JsonSchema/json-schema.html
@@ -72,7 +72,7 @@
Required
Nullable
-
Default: {{prop.default | json}}
+ Default: {{prop.default | json}}
{{enumItem.val | json}}
diff --git a/lib/components/ParamsList/params-list.html b/lib/components/ParamsList/params-list.html
index 89211a1b..4000f8ea 100644
--- a/lib/components/ParamsList/params-list.html
+++ b/lib/components/ParamsList/params-list.html
@@ -16,7 +16,7 @@
title="{{param._displayTypeHint}}"> {{param._displayType}} {{param._displayFormat}}
{{param._range}}
Required
- Default: {{param.default | json}}
+ Default: {{param.default | json}}
{{enumItem.val | json}}