projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae5e063
)
Swap order of elements nonews and title
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 8 Nov 2002 13:35:06 +0000
(13:35 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 8 Nov 2002 13:35:06 +0000
(13:35 +0000)
doc/tkl.xsl.in
patch
|
blob
|
history
diff --git
a/doc/tkl.xsl.in
b/doc/tkl.xsl.in
index
ecaa1c6
..
350b30e
100644
(file)
--- a/
doc/tkl.xsl.in
+++ b/
doc/tkl.xsl.in
@@
-13,13
+13,10
@@
<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"/>