aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-10-14 12:48:01 +0200
committerArthurHoaro <arthur@hoa.ro>2016-11-05 14:30:13 +0100
commitb3c039b02f9608802d0ba2cf5b5742caa3b9d430 (patch)
treed976d889b7c6815fea5cad970cfa34d5e7b4b8c3 /tpl
parentbdf4566ab0650204c4586033a73a3858ddf279fd (diff)
downloadShaarli-b3c039b02f9608802d0ba2cf5b5742caa3b9d430.tar.gz
Shaarli-b3c039b02f9608802d0ba2cf5b5742caa3b9d430.tar.zst
Shaarli-b3c039b02f9608802d0ba2cf5b5742caa3b9d430.zip
Bugfix: display plugin parameter description only if it exists
Diffstat (limited to 'tpl')
-rw-r--r--tpl/pluginsadmin.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/tpl/pluginsadmin.html b/tpl/pluginsadmin.html
index 966360ea..672f4993 100644
--- a/tpl/pluginsadmin.html
+++ b/tpl/pluginsadmin.html
@@ -105,7 +105,9 @@
105 <div class="float_label"> 105 <div class="float_label">
106 <label for="{$key}"> 106 <label for="{$key}">
107 <code>{$key}</code><br> 107 <code>{$key}</code><br>
108 {$value.desc} 108 {if="isset($value.desc)"}
109 {$value.desc}
110 {/if}
109 </label> 111 </label>
110 </div> 112 </div>
111 <div class="float_input"> 113 <div class="float_input">