diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-07-19 09:57:32 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-07-19 09:57:32 +0000 |
commit | 7d24b9b5655d584b6dc8b89df7cbd58d2e940a81 (patch) | |
tree | 0301baa043cd688068f6ffa11ad56d284031e664 /docs/quickstart.xsl | |
parent | 86ac39edb09647b83784c078f9ea3bd3b7a7d4e8 (diff) |
Set svn:eol-style to native for all text files
git-svn-id: http://pugixml.googlecode.com/svn/trunk@607 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs/quickstart.xsl')
-rw-r--r-- | docs/quickstart.xsl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/quickstart.xsl b/docs/quickstart.xsl index 1e2af8d..0ad5704 100644 --- a/docs/quickstart.xsl +++ b/docs/quickstart.xsl @@ -1,8 +1,8 @@ -<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
- <xsl:param name="generate.toc">section toc</xsl:param>
-
- <xsl:template name="header.navigation" />
- <xsl:template name="footer.navigation" />
- <xsl:template name="article.titlepage" />
-</xsl:stylesheet>
+<?xml version='1.0'?> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> + <xsl:param name="generate.toc">section toc</xsl:param> + + <xsl:template name="header.navigation" /> + <xsl:template name="footer.navigation" /> + <xsl:template name="article.titlepage" /> +</xsl:stylesheet> |