@ -285,7 +285,7 @@ func upgradedb() {
s = ""
getconfig("aboutmsg", &s)
if s == "" {
setconfig("aboutmsg", "<h3>What is honk?</h3>\n<p>Honk is amazing!")
setconfig("aboutmsg", "<h3>What is honk?</h3><p>Honk is amazing!")
}
getconfig("loginmsg", &s)
@ -150,7 +150,7 @@ func initdb() {
setconfig("dbversion", myVersion)
setconfig("servermsg", "<h2>Things happen.</h2>")
setconfig("loginmsg", "<h2>login</h2>")
setconfig("debug", 0)