diff options
| author | Nik Clayton <nik@FreeBSD.org> | 2002-05-05 17:02:43 +0000 |
|---|---|---|
| committer | Nik Clayton <nik@FreeBSD.org> | 2002-05-05 17:02:43 +0000 |
| commit | e449f6b2ebecb16f8cd1bdf4623b41569795a2ff (patch) | |
| tree | 581b50883b7097187379ad6a6da0f617e136b43b /share | |
| parent | b37249481ef629531d6261e927abe9ba50dc7552 (diff) | |
Reorder the $FreeBSD$ line. Indent.
Notes
svn path=/head/; revision=12972
Diffstat (limited to 'share')
| -rw-r--r-- | share/xsl/default.xsl | 9 |
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> |
