mkanat%bugzilla.org b585bb9ec9 Bug 252109: Bugzilla docs fail w3c validation
r=glob a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@263023 18797224-902f-48f8-a5cc-f745e15eee43
2011-10-28 23:03:06 +00:00

10 lines
465 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html" encoding="UTF-8" indent="no"
doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
doctype-system="http://www.w3.org/TR/html4/loose.dtd"/>
<!-- Include default bugzilla XSL -->
<xsl:include href="bugzilla-docs.xsl"/>
<!-- No other params necessary -->
</xsl:stylesheet>