summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>2002-05-05 17:02:43 +0000
committerNik Clayton <nik@FreeBSD.org>2002-05-05 17:02:43 +0000
commite449f6b2ebecb16f8cd1bdf4623b41569795a2ff (patch)
tree581b50883b7097187379ad6a6da0f617e136b43b /share
parentb37249481ef629531d6261e927abe9ba50dc7552 (diff)
Reorder the $FreeBSD$ line. Indent.
Notes
svn path=/head/; revision=12972
Diffstat (limited to 'share')
-rw-r--r--share/xsl/default.xsl9
1 files changed, 5 insertions, 4 deletions
diff --git a/share/xsl/default.xsl b/share/xsl/default.xsl
index 5ebd6ce790..29122aadc4 100644
--- a/share/xsl/default.xsl
+++ b/share/xsl/default.xsl
@@ -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>