mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
Fix merge conflict in deckbrowser drag&drop code
This commit is contained in:
parent
872c76ce17
commit
9c0a9847c2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue