Ignore:
Timestamp:
01/27/2024 09:42:07 PM (4 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
81f727a, 8ccf082a
Parents:
5d064fb
git-author:
Pierre Labastie <pierre.labastie@…> (01/27/2024 04:31:56 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (01/27/2024 09:42:07 PM)
Message:

Tidy doctype and xml declarations in .html output

Part of a patch by Boian Berberov

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/nochunks.xsl

    r5d064fb ra4eaba6  
    1111  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
    1212
     13  <xsl:output method="xml"
     14              encoding="UTF-8"
     15              media-type="application/xhtml+xml"
     16              doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
     17              doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
     18              omit-xml-declaration="yes"
     19              indent="no" />
    1320  <!-- Include our customized templates -->
    1421  <xsl:include href="common.xsl"/>
Note: See TracChangeset for help on using the changeset viewer.