newline isn't helpful in these messages

This commit is contained in:
Ted Unangst 2019-11-10 20:20:44 -05:00
parent a3ed3de9e3
commit 874836ba74
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)