mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-22 07:42:12 +00:00
fix: fix invalid html output (#642)
* fix: fix invalid html output * fix: HTML structure w/ nested <li>
This commit is contained in:
parent
504b447162
commit
233d4b2f2c
3 changed files with 8 additions and 8 deletions
quartz/components
|
@ -18,7 +18,7 @@ function Darkmode({ displayClass }: QuartzComponentProps) {
|
|||
x="0px"
|
||||
y="0px"
|
||||
viewBox="0 0 35 35"
|
||||
style="enable-background:new 0 0 35 35;"
|
||||
style="enable-background:new 0 0 35 35"
|
||||
xmlSpace="preserve"
|
||||
>
|
||||
<title>Light mode</title>
|
||||
|
@ -34,7 +34,7 @@ function Darkmode({ displayClass }: QuartzComponentProps) {
|
|||
x="0px"
|
||||
y="0px"
|
||||
viewBox="0 0 100 100"
|
||||
style="enable-background='new 0 0 100 100'"
|
||||
style="enable-background:new 0 0 100 100"
|
||||
xmlSpace="preserve"
|
||||
>
|
||||
<title>Dark mode</title>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue