mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
remove space in fields
This commit is contained in:
parent
3799b8504f
commit
c1a8c413b0
1 changed files with 1 additions and 3 deletions
|
@ -352,9 +352,7 @@ function setFields(fields) {
|
|||
oncut='onCutOrCopy(this);'
|
||||
contentEditable=true
|
||||
class=field
|
||||
>
|
||||
${f}
|
||||
</div>
|
||||
>${f}</div>
|
||||
</td>
|
||||
</tr>`;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue