newline isn't helpful in these messages

master
Ted Unangst 5 years ago
parent a3ed3de9e3
commit 874836ba74

@ -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!")
}
s = ""
getconfig("loginmsg", &s)

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

Loading…
Cancel
Save