projects
/
pazpar2-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:
be9a2b6
)
Fixing what appears to be a typo in this stylesheet.
author
Anders S. Mortensen
<sondberg@indexdata.dk>
Thu, 28 Dec 2006 10:00:34 +0000
(10:00 +0000)
committer
Anders S. Mortensen
<sondberg@indexdata.dk>
Thu, 28 Dec 2006 10:00:34 +0000
(10:00 +0000)
etc/default.xsl
patch
|
blob
|
history
diff --git
a/etc/default.xsl
b/etc/default.xsl
index
abab5f0
..
77a807b
100644
(file)
--- a/
etc/default.xsl
+++ b/
etc/default.xsl
@@
-6,7
+6,7
@@
<xsl:template match="*">
<pz:record>
- <xsl:match-templates/>
+ <xsl:apply-templates/>
</pz:record>
</xsl:template>