diff options
Diffstat (limited to 'lib/viewfunctions.lua')
-rw-r--r-- | lib/viewfunctions.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/viewfunctions.lua b/lib/viewfunctions.lua index 67f839b..517023a 100644 --- a/lib/viewfunctions.lua +++ b/lib/viewfunctions.lua @@ -17,7 +17,7 @@ function getlabel(myitem, value) end end end - return value + return tostring(value) end function displayitemcustom(myitem, header_level) |