Swap order of elements nonews and title
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 8 Nov 2002 13:34:46 +0000 (13:34 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 8 Nov 2002 13:34:46 +0000 (13:34 +0000)
doc/tkl.xsl.in

index ecaa1c6..350b30e 100644 (file)
   <xsl:param name="next"/>
 
   <document>
-
-    <nonews>1</nonews>
-  
     <title>
        <xsl:apply-templates select="." mode="object.title.markup"/>
     </title>
-
+    <nonews>1</nonews>
     <body>
       <xsl:call-template name="body.attributes"/>
       <xsl:call-template name="user.header.navigation"/>