summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/pl/html-single.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/xml/pl/html-single.xsl')
-rw-r--r--DOCS/xml/pl/html-single.xsl8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/xml/pl/html-single.xsl b/DOCS/xml/pl/html-single.xsl
new file mode 100644
index 0000000000..b263daf761
--- /dev/null
+++ b/DOCS/xml/pl/html-single.xsl
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
+
+ <xsl:import href="../html-single.xsl"/>
+ <xsl:include href="html-common.xsl"/>
+
+</xsl:stylesheet>