mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -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:
|
else:
|
||||||
button = "font-weight: normal;"
|
button = "font-weight: normal;"
|
||||||
self.setHtml("""
|
self.setHtml("""
|
||||||
|
<!doctype html>
|
||||||
<html><head><style>
|
<html><head><style>
|
||||||
button {
|
button {
|
||||||
%s
|
%s
|
||||||
|
|
Loading…
Reference in a new issue