newline isn't helpful in these messages
This commit is contained in:
parent
a3ed3de9e3
commit
874836ba74
|
@ -285,7 +285,7 @@ func upgradedb() {
|
||||||
s = ""
|
s = ""
|
||||||
getconfig("aboutmsg", &s)
|
getconfig("aboutmsg", &s)
|
||||||
if 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 = ""
|
s = ""
|
||||||
getconfig("loginmsg", &s)
|
getconfig("loginmsg", &s)
|
||||||
|
|
2
util.go
2
util.go
|
@ -150,7 +150,7 @@ func initdb() {
|
||||||
setconfig("dbversion", myVersion)
|
setconfig("dbversion", myVersion)
|
||||||
|
|
||||||
setconfig("servermsg", "<h2>Things happen.</h2>")
|
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("loginmsg", "<h2>login</h2>")
|
||||||
setconfig("debug", 0)
|
setconfig("debug", 0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue