Skip to content

Commit

Permalink
Improve rendering of default lists (#56041)
Browse files Browse the repository at this point in the history
  • Loading branch information
LindsayHill authored and acozine committed May 7, 2019
1 parent 9c5745a commit 53ed1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/templates/plugin.rst.j2
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Parameters
{% endif %}
{# Show default value, when multiple choice or no choices #}
{% if value.default is defined and value.default not in value.choices %}
<b>Default:</b><br/><div style="color: blue">@{ value.default | escape }@</div>
<b>Default:</b><br/><div style="color: blue">@{ value.default | tojson | escape }@</div>
{% endif %}
</td>
{# configuration #}
Expand Down

0 comments on commit 53ed1bf

Please sign in to comment.