diff options
-rw-r--r-- | lib/htmlviewfunctions.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/htmlviewfunctions.lua b/lib/htmlviewfunctions.lua index 08db605..3d6efde 100644 --- a/lib/htmlviewfunctions.lua +++ b/lib/htmlviewfunctions.lua @@ -109,6 +109,7 @@ function displayformitem(myitem, name, viewtype, header_level, group) else v = val.value l = val.label + myitem.disabled = val.disabled end reverseopt[v] = x myitem.value = v |