This website requires JavaScript.
Explore
Help
Sign In
Chapril
/
xmpp.chapril.org-conversejs
Watch
25
Star
0
Fork
0
You've already forked xmpp.chapril.org-conversejs
Code
Issues
Pull Requests
Projects
Releases
Activity
62cb65a94f
xmpp.chapril.org-conversejs
/
src
/
templates
/
select_option.html
2 lines
100 B
HTML
Raw
Normal View
History
Unescape
Escape
Escape user-generated input to avoid injection attacks
2017-02-13 09:23:42 +01:00
<
option
value
=
"{{{value}}}"
{
[
if
(
selected
)
{
]
}
selected
=
"selected"
{
[
}
]
}
>
{{{label}}}
<
/
option
>
Reference in New Issue
Copy Permalink