mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
docs(dgeni): add commas between related docs. Closes ionic-site#538
This commit is contained in:
2
scripts/docs/templates/common.template.html
vendored
2
scripts/docs/templates/common.template.html
vendored
@ -303,7 +303,7 @@ Improve this doc
|
|||||||
|
|
||||||
<h2><a class="anchor" name="related" href="#related"></a>Related</h2>
|
<h2><a class="anchor" name="related" href="#related"></a>Related</h2>
|
||||||
<@ for s in doc.see @>
|
<@ for s in doc.see @>
|
||||||
<$ s | safe $>
|
<$ s | safe $> <@- if not loop.last @>,<@- endif -@>
|
||||||
<@- endfor -@>
|
<@- endfor -@>
|
||||||
|
|
||||||
<@- endif -@>
|
<@- endif -@>
|
||||||
|
Reference in New Issue
Block a user