mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12: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);'
|
oncut='onCutOrCopy(this);'
|
||||||
contentEditable=true
|
contentEditable=true
|
||||||
class=field
|
class=field
|
||||||
>
|
>${f}</div>
|
||||||
${f}
|
|
||||||
</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>`;
|
</tr>`;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue