projects
/
pgwui_core
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f31d7f
)
HTML does not require the "checked" attribute have a value
author
Karl O. Pinc
<kop@karlpinc.com>
Tue, 24 Sep 2024 22:43:26 +0000
(17:43 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Tue, 24 Sep 2024 22:43:26 +0000
(17:43 -0500)
src/pgwui_core/constants.py
patch
|
blob
|
history
diff --git
a/src/pgwui_core/constants.py
b/src/pgwui_core/constants.py
index 220f4e17c324b4754e9287e78a4e60233265918d..539b37e39a1dd7c0632f13a2653f0016fbcc50a8 100644
(file)
--- a/
src/pgwui_core/constants.py
+++ b/
src/pgwui_core/constants.py
@@
-37,5
+37,5
@@
TAB = 'tab'
# (That these exist is a sign that we're not really utilizing our toolset.)
CSV_VALUE = CSV
TAB_VALUE = TAB
-CHECKED = 'checked
="checked"
'
+CHECKED = 'checked'
UNCHECKED = ''