summaryrefslogtreecommitdiff
path: root/ext/bg
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-09-05 20:57:10 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-09-05 20:57:52 -0400
commitbc7759d94c4d4bbe2480e5328a4c3488ff29e493 (patch)
tree8a8364627067445d6eeb8548a7dc62277c7113d0 /ext/bg
parentdbfbf9d12dd4a5be16fa31cecf53c5eb300d8978 (diff)
Add some parameters to field-templates textarea
Diffstat (limited to 'ext/bg')
-rw-r--r--ext/bg/settings.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html
index 76078274..ddda8303 100644
--- a/ext/bg/settings.html
+++ b/ext/bg/settings.html
@@ -442,7 +442,7 @@
their Anki cards. If you encounter problems with your changes you can always <a href="#" id="field-templates-reset">reset to default</a>
template settings.
</p>
- <textarea class="form-control" rows="10" id="field-templates"></textarea>
+ <textarea autocomplete="off" spellcheck="false" wrap="soft" class="form-control" rows="10" id="field-templates"></textarea>
</div>
</div>
</div>