We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sanitize
Hello!
I'm in a process of updating to v1.1 release, it's great and expressions are super useful :)
There's 1 inconsistency I've noticed when trying to make UI a bit more user friendly
actor_names_source
<%== Sanitize.fragment(@feature.description, Sanitize::Config::BASIC) %>
I found this out when I wanted to display links as values in actor names for quicker navigation. I can do that
We can already add HTML in banner_text too, here, so it looks like only actor_names_source is not following the pattern.
banner_text
Is PR to use Sanitize for actor name too welcome?
The text was updated successfully, but these errors were encountered:
Thanks for pointing out the inconsistency. A PR would definitely be welcome!
Sorry, something went wrong.
thanks @bryszard!
No branches or pull requests
Hello!
I'm in a process of updating to v1.1 release, it's great and expressions are super useful :)
There's 1 inconsistency I've noticed when trying to make UI a bit more user friendly
actor_names_source
is fully escaped<%== Sanitize.fragment(@feature.description, Sanitize::Config::BASIC) %>
-I found this out when I wanted to display links as values in actor names for quicker navigation. I can do that
We can already add HTML in
banner_text
too, here, so it looks like onlyactor_names_source
is not following the pattern.Is PR to use
Sanitize
for actor name too welcome?The text was updated successfully, but these errors were encountered: