Move auto-generated notice to the top.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Tue, 3 Oct 2006 11:15:56 +0000 (11:15 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Tue, 3 Oct 2006 11:15:56 +0000 (11:15 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2342 94cd875c-1c1d-0410-91d2-eb244daf1a30

doc/configuration-wiki.xsl

index 14ee42d..11fe172 100644 (file)
@@ -7,6 +7,7 @@
 
        <xsl:template match="/database">
                <h1>The contents of the <xsl:value-of select="$confdir"/> directory</h1>
+               This page is automatically created by XSL transformation of configuration.xml. Additions, corrections, etc. should be made in that file, not in the Wiki page.
                <xsl:choose>
                        <xsl:when test="$printstylename = 'true'">
                                Directory names are written in <b>bold</b> letters.
@@ -45,7 +46,6 @@
                <xsl:call-template name="collection">
                        <xsl:with-param name="thisdir"><xsl:value-of select="$confdir"/></xsl:with-param>
                </xsl:call-template>
-               This page is automatically created by XSL transformation of configuration.xml. Additions, corrections, etc. should be made in that file, not in the Wiki page.
        </xsl:template>
 
   <xsl:template name="collection">