optical cleanup
[TortoiseGit.git] / doc / xsl / ru / htmldefaults.xsl
blob46e5127129b770c5e4931944a959d94e7a81aea2
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-1251'"/>
8 <xsl:param name="chunker.output.encoding" select="'windows-1251'"/>
10 </xsl:stylesheet>