mirror of https://github.com/apache/lucene.git
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:
parent
70897331c0
commit
7e18144473
|
@ -1,3 +1,3 @@
|
|||
<% @results[0]['features'].each do |f| %>
|
||||
<%= f%>
|
||||
<%= h f%>
|
||||
<% end %>
|
Loading…
Reference in New Issue