diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2
index 84bc5a4f66..106d82b64f 100644
--- a/docs/templates/plugin.rst.j2
+++ b/docs/templates/plugin.rst.j2
@@ -95,7 +95,7 @@ Parameters
{% for i in range(1, loop.depth) %}
-
+
{% endfor %}
@{ key }@
@@ -240,7 +240,7 @@ Facts returned by this module are added/updated in the ``hostvars`` host facts a
{% for i in range(1, loop.depth) %}
-
+
{% endfor %}
@{ key }@
@@ -304,7 +304,7 @@ Common return values are documented :ref:`here `, the foll
{% for i in range(1, loop.depth) %}
-
{% endfor %}
| | |