Fix typos
[TortoiseGit.git] / doc / xsl / htmlsingle.xsl
blob7ed0fd7eb30c8ef82c1c40cba45bb5ca5e4a53fd
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3 <xsl:import href="./db_htmlsingle.xsl"/>
4 <xsl:import href="./tgit.xsl"/>
6 <xsl:param name="ulink.target">_blank</xsl:param>
7 <xsl:param name="keep.relative.image.uris" select="0"/>
8 <xsl:param name="chunker.output.encoding" select="'UTF-8'"/>
10 </xsl:stylesheet>