Mercurial Hosting > luan
comparison website/src/diff.html.luan @ 494:2b9bc97f0439
change luan:web to luan:http
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 15 May 2015 17:43:13 -0600 |
parents | 0db144c98564 |
children | 598123096772 |
comparison
equal
deleted
inserted
replaced
493:1d082a0812e0 | 494:2b9bc97f0439 |
---|---|
1 local Io = require "luan:Io" | 1 local Io = require "luan:Io" |
2 local Html = require "luan:Html" | 2 local Html = require "luan:Html" |
3 local Http = require "luan:web/Http" | 3 local Http = require "luan:http/Http" |
4 local Shared = require "site:/Shared" | 4 local Shared = require "site:/Shared" |
5 local Manual = require "site:/manual.html" | 5 local Manual = require "site:/manual.html" |
6 | 6 |
7 heading_options = Manual.heading_options | 7 heading_options = Manual.heading_options |
8 | 8 |