html escape the field values to be displayed, so we get the nicetag shown

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@502127 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-02-01 05:22:10 +00:00
parent 70897331c0
commit 7e18144473
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
<% @results[0]['features'].each do |f| %>
<%= f%>
<%= h f%>
<% end %>