xss vulnerability in empty search results page
This commit is contained in:
parent
c23024b43a
commit
1b3669178c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
- title "Searching Infinite Closet for \"#{@query}\""
|
- title "Searching Infinite Closet for \"#{@query}\""
|
||||||
- if @items.empty?
|
- if @items.empty?
|
||||||
:markdown
|
:markdown
|
||||||
We couldn't find any wearables that matched **#{@query}**. Sorry!
|
We couldn't find any wearables that matched **#{h @query}**. Sorry!
|
||||||
|
|
||||||
Are we missing something? To add an item to our database, just
|
Are we missing something? To add an item to our database, just
|
||||||
[show us a pet who is wearing it][1]. That's it!
|
[show us a pet who is wearing it][1]. That's it!
|
||||||
|
|
Loading…
Reference in a new issue