fixed hakiri xss warnings.
Fixed Hakiri XSS Warnings.
This commit is contained in:
parent
d95a786d9f
commit
fc48769abb
3 changed files with 5 additions and 5 deletions
|
|
@ -32,4 +32,4 @@
|
|||
= @conference.venue.country_name
|
||||
- if @conference.venue.website
|
||||
%br
|
||||
=link_to @conference.venue.website, @conference.venue.website
|
||||
=link_to(h(@conference.venue.website), h(@conference.venue.website)).html_safe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue