Fixed issue #938: *Backlash* between user name and domain name is incorrectly replace...
[TortoiseGit.git] / doc / xsl / hr / htmldefaults.xsl
blob523619daf4853a83ef9cf5671869009e16ab3ce0
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3 <!--
4 The default encoding for the html help output is defined here
5 -->
7 <xsl:param name="htmlhelp.encoding" select="'windows-1250'"/>
8 <xsl:param name="chunker.output.encoding" select="'windows-1250'"/>
10 </xsl:stylesheet>