This commit is contained in:
Christine Dodrill 2016-02-12 16:31:27 -08:00
parent a026980d65
commit f12d8d2572
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ routes:
db.exec(sql"insert into users values (null, ?, ?)", username, url)
db.exec(sql"insert into tweets values (null, 'twtxtlist', ?, ?)",
$(getTime().getGMTime().timeinfoToTime().toSeconds()),
"Added user <@" & username & " " & url & ">")
"Added user @<" & username & " " & url & ">")
redirect "/users/" & username & "/0"
except: fail()