Skip to content

Commit

Permalink
Version 1.5.1: Fixed a typo in processing.lua.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkale committed Feb 3, 2016
1 parent 042a6c5 commit 9c80925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion init.lua
Expand Up @@ -4,7 +4,7 @@ local format = string.format

--Configuration
cfg_init={
version="1.5.0",
version="1.5.1",
tmpl_page = "tmpl_page.html",
tmpl_err = "tmpl_err.html",
debug=true,
Expand Down
2 changes: 1 addition & 1 deletion processing.lua
Expand Up @@ -88,7 +88,7 @@ local function getHttpStatus(code)
then
header = "HTTP/1.1 "..code.." "..header.."\r\n"
else
header = getHttpHeader(501)
header = getHttpHeaders(501)
end
return header
end
Expand Down

0 comments on commit 9c80925

Please sign in to comment.