diff options
Diffstat (limited to 'ext/bg/options.html')
-rw-r--r-- | ext/bg/options.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html index ae7e4257..6f4bd8a8 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -93,14 +93,14 @@ </div> </div> - <table class="table table-bordered"> + <table class="table table-bordered ankiFields"> <thead> <tr> <th>Field</th> <th>Value</th> </tr> </thead> - <tbody class="ankiFields"> + <tbody> </tbody> </table> </div> @@ -119,14 +119,14 @@ </div> </div> - <table class="table table-bordered"> + <table class="table table-bordered ankiFields"> <thead> <tr> <th>Field</th> <th>Value</th> </tr> </thead> - <tbody class="ankiFields"> + <tbody> </tbody> </table> </div> |