Skip to content

Commit

Permalink
Fix nested parameters in module docs (ansible#37793)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagwieers authored and dharmabumstead committed Mar 22, 2018
1 parent 3bec76f commit 69c0f96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/templates/plugin.rst.j2
Expand Up @@ -95,7 +95,7 @@ Parameters
<td>
<div class="outer-elbow-container">
{% for i in range(1, loop.depth) %}
<div class="elbow-placeholder"/>
<div class="elbow-placeholder">&nbsp;</div>
{% endfor %}
<div class="elbow-key">
<b>@{ key }@</b>
Expand Down Expand Up @@ -246,7 +246,7 @@ Facts returned by this module are added/updated in the ``hostvars`` host facts a
<td>
<div class="outer-elbow-container">
{% for i in range(1, loop.depth) %}
<div class="elbow-placeholder"/>
<div class="elbow-placeholder">&nbsp;</div>
{% endfor %}
<div class="elbow-key">
<b>@{ key }@</b>
Expand Down Expand Up @@ -310,7 +310,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
<td>
<div class="outer-elbow-container">
{% for i in range(1, loop.depth) %}
<div class="elbow-placeholder"/>
<div class="elbow-placeholder">&nbsp;</div>
{% endfor %}
<div class="elbow-key">
<b>@{ key }@</b>
Expand Down

0 comments on commit 69c0f96

Please sign in to comment.