X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/b25c0f434cc50d48379fc8aa4c1bf5ea32212396..6c046904bb9bbd3d7a8d0820ee971c0dc2a761ae:/librarian/xslt/wl2html_partial.xslt?ds=sidebyside diff --git a/librarian/xslt/wl2html_partial.xslt b/librarian/xslt/wl2html_partial.xslt old mode 100755 new mode 100644 index ffd65f2..0e5e27b --- a/librarian/xslt/wl2html_partial.xslt +++ b/librarian/xslt/wl2html_partial.xslt @@ -1,13 +1,20 @@ -<xsl:stylesheet version="1.0" - xmlns="http://www.w3.org/1999/xhtml" +<?xml version="1.0" encoding="utf-8"?> +<!-- + + This file is part of Librarian, licensed under GNU Affero GPLv3 or later. + Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. + +--> +<xsl:stylesheet version="1.0" + xmlns="http://www.w3.org/1999/xhtml" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:param name="with-paths" select="boolean(0)" /> <xsl:param name="base-path" select="'.'"/> <xsl:param name="base-offset" select="0" /> - - <xsl:include href="wl2html_base.xslt" /> - + + <xsl:include href="wl2html_base.xslt" /> + <xsl:output encoding="utf-8" indent="yes" @@ -21,6 +28,6 @@ <xsl:with-param name="mixed" select="true()" /> </xsl:apply-templates> </chunk> - </xsl:template> - + </xsl:template> + </xsl:stylesheet> \ No newline at end of file