Bugfix: display plugin parameter description only if it exists

This commit is contained in:
ArthurHoaro 2016-10-14 12:48:01 +02:00
parent f63632a6fb
commit e3de09b4c8

View file

@ -105,7 +105,9 @@
<div class="float_label"> <div class="float_label">
<label for="{$key}"> <label for="{$key}">
<code>{$key}</code><br> <code>{$key}</code><br>
{$value.desc} {if="isset($value.desc)"}
{$value.desc}
{/if}
</label> </label>
</div> </div>
<div class="float_input"> <div class="float_input">