mirror of https://github.com/apache/lucene.git
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:
parent
e204b3d33e
commit
4461557efe
|
@ -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)')"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue