Reorder the $FreeBSD$ line. Indent.

This commit is contained in:
Nik Clayton 2002-05-05 17:02:43 +00:00
parent b37249481e
commit e449f6b2eb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12972

View file

@ -1,15 +1,16 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
<!-- Pull in the base stylesheets -->
<xsl:import href="freebsd.xsl"/>
<!-- Pull in the base stylesheets -->
<xsl:import href="freebsd.xsl"/>
<!-- Redefine variables, and replace templates as necessary here -->
<!-- Redefine variables, and replace templates as necessary here -->
</xsl:stylesheet>