summaryrefslogtreecommitdiffstats
path: root/lib/html.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lib/html.lua')
-rw-r--r--lib/html.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/html.lua b/lib/html.lua
index d6f968a..a543659 100644
--- a/lib/html.lua
+++ b/lib/html.lua
@@ -43,7 +43,7 @@ function html_escape (text )
end
-- return a name,value pair as a string.
-nv_pair = function ( name, value)
+local nv_pair = function ( name, value)
if ( name == nil ) then
return ( value or "" )
end