newline isn't helpful in these messages
Ted Unangst tedu@tedunangst.com
Sun, 10 Nov 2019 20:20:44 -0500
2 files changed,
2 insertions(+),
2 deletions(-)
M
upgradedb.go
→
upgradedb.go
@@ -285,7 +285,7 @@ }
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)
M
util.go
→
util.go
@@ -150,7 +150,7 @@ setconfig("csrfkey", key)
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)