summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--html.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.lua b/html.lua
index 0b51a54..e32eeaa 100644
--- a/html.lua
+++ b/html.lua
@@ -74,7 +74,7 @@ end
local boolean_attribute = function ( name, value )
if ( name and value ) then
- return name
+ return name.." "
else
return ""
end