diff options
Diffstat (limited to 'stylesheets/xhtml/lfs-legalnotice.xsl')
-rw-r--r-- | stylesheets/xhtml/lfs-legalnotice.xsl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/stylesheets/xhtml/lfs-legalnotice.xsl b/stylesheets/xhtml/lfs-legalnotice.xsl index 465c34542..8e59611f4 100644 --- a/stylesheets/xhtml/lfs-legalnotice.xsl +++ b/stylesheets/xhtml/lfs-legalnotice.xsl @@ -1,12 +1,10 @@ <?xml version='1.0' encoding='ISO-8859-1'?> -<!-- Version 0.9 - Manuel Canales Esparcia <macana@lfs-es.org> --> - <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" version="1.0"> - <!-- Generating the page --> + <!-- Generating the page --> <xsl:template match="legalnotice" mode="titlepage.mode"> <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable> <xsl:variable name="filename" select="concat($base.dir, 'prologue/legalnotice.html')"/> |