moonbridge

changeset 15:1fc0142c32e4

Bugfix in example_application.lua (Bug introduced in one of the previous commits)
author jbe
date Thu Jan 29 20:00:39 2015 +0100 (2015-01-29)
parents 72e3a705ea67
children bf7d3921872d
files example_application.lua
line diff
     1.1 --- a/example_application.lua	Thu Jan 29 16:54:41 2015 +0100
     1.2 +++ b/example_application.lua	Thu Jan 29 20:00:39 2015 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  
     1.5  local documents = {}
     1.6  for i, document_name in ipairs{"example_webpage.html", "example_webpage.css"} do
     1.7 -  local file = assert(io.open(document))
     1.8 +  local file = assert(io.open(document_name))
     1.9    documents[document_name] = file:read("*a")
    1.10    file:close()
    1.11  end

Impressum / About Us