diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html
index 5a6675653f..15ca4cba13 100644
--- a/scripts/docs/templates/common.template.html
+++ b/scripts/docs/templates/common.template.html
@@ -24,10 +24,31 @@ angular_controller: APIDemoCtrl <@ endif @>
<@- endmacro -@>
<@ macro returnObject(params) -@>
- <@- if params -@>
- <@- for param in params -@>
- <$ param.type $> <$ param.key $> <$ param.description $>
- <@- endfor @>
+ <@- if params -@>
+
| Property | +Type | +Details | +
|---|---|---|
| + <$ param.key $> + | ++ <$ param.type | code $> + | ++ <$ param.description | marked $> + | +