mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
switch to strict css parsing
This commit is contained in:
parent
43b129a3a3
commit
567a3c6e01
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ class AnkiWebView(QWebView):
|
|||
else:
|
||||
button = "font-weight: normal;"
|
||||
self.setHtml("""
|
||||
<!doctype html>
|
||||
<html><head><style>
|
||||
button {
|
||||
%s
|
||||
|
|
Loading…
Reference in a new issue