Changed lovebird.allowhtml's default to false; updated README

This commit is contained in:
rxi
2014-04-13 10:36:24 +01:00
parent 4d7e15c295
commit efb683651b
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ by default.
### lovebird.allowhtml ### lovebird.allowhtml
Whether prints should allow HTML. If this is true then any HTML which is Whether prints should allow HTML. If this is true then any HTML which is
printed will be rendered as HTML; if it false then all HTML is rendered as printed will be rendered as HTML; if it false then all HTML is rendered as
text. This is `true` by default. text. This is `false` by default.
### lovebird.print(...) ### lovebird.print(...)
Prints its arguments to lovebird's console. If `lovebird.wrapprint` is set to Prints its arguments to lovebird's console. If `lovebird.wrapprint` is set to

View File

@@ -19,7 +19,7 @@ lovebird.pages = {}
lovebird.wrapprint = true lovebird.wrapprint = true
lovebird.timestamp = true lovebird.timestamp = true
lovebird.allowhtml = true lovebird.allowhtml = false
lovebird.port = 8000 lovebird.port = 8000
lovebird.whitelist = { "127.0.0.1", "192.168.*.*" } lovebird.whitelist = { "127.0.0.1", "192.168.*.*" }
lovebird.maxlines = 200 lovebird.maxlines = 200