From dec9f76105a47850b01faa0e16dd9905f00b095a Mon Sep 17 00:00:00 2001 From: perry Date: Tue, 12 Apr 2016 16:25:23 -0500 Subject: [PATCH] docs(dgeni): add commas between related docs. Closes ionic-site#538 --- scripts/docs/templates/common.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index 6b9d4b269b..6dc9b12c5f 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -303,7 +303,7 @@ Improve this doc

Related

<@ for s in doc.see @> -<$ s | safe $> +<$ s | safe $> <@- if not loop.last @>,<@- endif -@> <@- endfor -@> <@- endif -@>