Commit 79260e5b authored by Russ Cox's avatar Russ Cox

dashboard: yet another utf-8 fix

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/4964052
parent 4fb3c4f7
......@@ -279,7 +279,7 @@ class CommitHandler(DashboardHandler):
n.parentnode = parenthash
n.user = user
n.date = date
n.desc = desc.encode('utf8')
n.desc = desc
n.put()
db.run_in_transaction(add_commit)
n = nodeByHash(node)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment