diff options
| author | User <hukl@cccms.ccc.de> | 2011-07-23 22:07:08 +0200 |
|---|---|---|
| committer | User <hukl@cccms.ccc.de> | 2011-07-23 22:07:08 +0200 |
| commit | e643b6a68bdc3cc16a86aee107cd29b712e2bb16 (patch) | |
| tree | 18c0838684056106d2fdedf5592912e372010e6a /app/views/search | |
| parent | 8640f3567283eb3ecc65008a52b8ae4fdbeadf36 (diff) | |
search xss fix
Diffstat (limited to 'app/views/search')
| -rw-r--r-- | app/views/search/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/search/index.html.erb b/app/views/search/index.html.erb index ada6c61..81ffb0d 100644 --- a/app/views/search/index.html.erb +++ b/app/views/search/index.html.erb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | <% if params[:search_term] %> | 1 | <% if params[:search_term] %> |
| 2 | <h2>Suchergebnisse für Suchbegriff: <%=h sanitize(params[:search_term]) %></h2> | 2 | <h2>Suchergebnisse für Suchbegriff: <%=h params[:search_term] %></h2> |
| 3 | <% end %> | 3 | <% end %> |
| 4 | 4 | ||
| 5 | <%= | 5 | <%= |
