fnp
/
librarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
2258dea
)
Merge pull request #3 from mgorny/fb2
author
Marcin Kozey
<marcin@lolownia.org>
Thu, 24 May 2012 08:40:38 +0000
(
01:40
-0700)
committer
Marcin Kozey
<marcin@lolownia.org>
Thu, 24 May 2012 08:40:38 +0000
(
01:40
-0700)
FB2: fix whitespace around footnotes.
librarian/fb2/footnotes.xslt
patch
|
blob
|
history
diff --git
a/librarian/fb2/footnotes.xslt
b/librarian/fb2/footnotes.xslt
index
663b2a3
..
37f467f
100644
(file)
--- a/
librarian/fb2/footnotes.xslt
+++ b/
librarian/fb2/footnotes.xslt
@@
-31,7
+31,9
@@
<xsl:attribute name="type">note</xsl:attribute>
<xsl:attribute name="l:href">#fn<xsl:value-of select="$n"/></xsl:attribute>
- [<xsl:value-of select="$n"/>]
+ <xsl:text>[</xsl:text>
+ <xsl:value-of select="$n"/>
+ <xsl:text>]</xsl:text>
</xsl:element>
</xsl:template>
</xsl:stylesheet>