comparison web/src/luan/modules/web/web_shell.luan @ 340:fb18724521d2

rename Html.simple_html_page to simply_html_page
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 31 Mar 2015 02:35:40 -0600
parents db37d6aee4db
children
comparison
equal deleted inserted replaced
339:673eebd83b74 340:fb18724521d2
38 } 38 }
39 end 39 end
40 end 40 end
41 41
42 Io.stdout = Http.response.text_writer() 42 Io.stdout = Http.response.text_writer()
43 Html.simple_html_page{ 43 Html.simply_html_page{
44 head = function() %> 44 head = function() %>
45 <title>Luan Shell</title> 45 <title>Luan Shell</title>
46 <% end; 46 <% end;
47 body = function() %> 47 body = function() %>
48 <div container> 48 <div container>