all repos — honk @ 740b5902f7d16f969be2f64c069afb6f2513762b

my fork of honk

newline isn't helpful in these messages
Ted Unangst tedu@tedunangst.com
Sun, 10 Nov 2019 20:20:44 -0500
commit

740b5902f7d16f969be2f64c069afb6f2513762b

parent

b004b64cde70a454f5b637eab4e16b37657e8cb9

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M upgradedb.goupgradedb.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.goutil.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)