Fix merge conflict in deckbrowser drag&drop code

This commit is contained in:
Aaron Harsh 2012-01-16 21:08:30 -08:00
parent 872c76ce17
commit 9c0a9847c2

View file

@ -123,7 +123,7 @@ body { margin: 1em; -webkit-user-select: none; }
name, did, due, new, children = node
def indent():
return " "*3*depth
buf = "<tr>"
buf = "<tr class='deck' id='%d'>"% did
# deck link
buf += "<td colspan=5>%s<a class=deck href='open:%d'>%s</a></td>"% (
indent(), did, name)