diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2
index 35bf13e41b..2572232c79 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 }@
@@ -246,7 +246,7 @@ Facts returned by this module are added/updated in the ``hostvars`` host facts a
{% for i in range(1, loop.depth) %}
-
+
{% endfor %}
@{ key }@
@@ -310,7 +310,7 @@ Common return values are documented :ref:`here `, the foll
{% for i in range(1, loop.depth) %}
-
+
{% endfor %}
@{ key }@
| | |