Fixed some XSL oversights

This commit is contained in:
Jeff Parsons 2017-09-13 08:35:15 -07:00 committed by Jeff Parsons
commit 347166fd43
6 changed files with 9 additions and 11 deletions

View file

@ -10,8 +10,7 @@
<xsl:output doctype-system="about:legacy-compat" method="html"/>
<xsl:include href="common.xsl"/>
<!-- There is no "shared" components.xsl, so we just pick one to eliminate IDE inspection warnings -->
<xsl:include href="../../pcjs/templates/components.xsl"/>
<xsl:include href="../../shared/templates/components.xsl"/>
<xsl:template match="/manifest[@type = 'document']">
<html lang="en">

View file

@ -11,7 +11,6 @@
<xsl:include href="common.xsl"/>
<xsl:include href="document.xsl"/>
<!-- There is no "shared" components.xsl, so we just pick one to eliminate IDE inspection warnings -->
<xsl:include href="../../shared/templates/components.xsl"/>
<xsl:template match="/outline">