mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Don't allow HTML in Select fields
If there's somewhere where we do need it, we should make it opt-in, as stripping is the safe default. Closes #2883
This commit is contained in:
parent
88f3ac0422
commit
5a9f9433ba
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
use:asReference
|
||||
>
|
||||
<div class="inner">
|
||||
<div class="label">{@html label}</div>
|
||||
<div class="label">{label}</div>
|
||||
</div>
|
||||
<div class="chevron">
|
||||
<IconConstrain iconSize={80}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue