From 61444c20122bd7b91ffaf568a2bcf69cc36fd63e Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 8 Dec 2011 21:44:08 +0000 Subject: Fixed bug in display of boolean default --- lib/viewfunctions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/viewfunctions.lua') 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) -- cgit v1.2.3