SOLR-233 -- adding UTF-8 encoding to xsl:output

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@537004 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2007-05-10 21:39:43 +00:00
parent e204b3d33e
commit 4461557efe
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
xmlns:xsl='http://www.w3.org/1999/XSL/Transform'
>
<xsl:output media-type="text/html"/>
<xsl:output media-type="text/html; charset=UTF-8" encoding="UTF-8"/>
<xsl:variable name="title" select="concat('Solr search results (',response/result/@numFound,' documents)')"/>