mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2024-11-12 19:37:29 +00:00
Fix escaped HTML description on settings page
This commit is contained in:
parent
8292c8db57
commit
94e12a2ee8
@ -16,7 +16,7 @@ mixin input({id, label, description, type, placeholder, disabled, list})
|
||||
each item in list
|
||||
option(value=item)
|
||||
if description
|
||||
.field-row__description= description
|
||||
.field-row__description!= description
|
||||
|
||||
mixin select({id, label, description, disabled, options})
|
||||
- disabled = disabled || false
|
||||
|
Loading…
Reference in New Issue
Block a user