Skip to content

Commit

Permalink
Fix nested parameters in module docs (#37793)
Browse files Browse the repository at this point in the history
(cherry picked from commit 69c0f96)
  • Loading branch information
dagwieers authored and nitzmahone committed Mar 23, 2018
1 parent 44d3bcb commit f237508
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/templates/plugin.rst.j2
Original file line number Diff line number Diff line change
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>
<div class="elbow-placeholder">&nbsp;</div>
{% endfor %}
<div class="elbow-key">
<b>@{ key }@</b>
Expand Down Expand Up @@ -240,7 +240,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>
<div class="elbow-placeholder">&nbsp;</div>
{% endfor %}
<div class="elbow-key">
<b>@{ key }@</b>
Expand Down Expand Up @@ -304,7 +304,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>
</div>
{% endfor %}
<div class="elbow-key">
Expand Down

0 comments on commit f237508

Please sign in to comment.