fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
#1038: workaround for ADE problem with small-caps
[librarian.git]
/
librarian
/
epub
/
xsltScheme.xsl
diff --git
a/librarian/epub/xsltScheme.xsl
b/librarian/epub/xsltScheme.xsl
index
8b384c3
..
1543268
100644
(file)
--- a/
librarian/epub/xsltScheme.xsl
+++ b/
librarian/epub/xsltScheme.xsl
@@
-94,7
+94,7
@@
<xsl:template match="dzielo_nadrzedne" />
\r
\r
<xsl:template match="nazwa_utworu" mode="poczatek" >
\r
<xsl:template match="dzielo_nadrzedne" />
\r
\r
<xsl:template match="nazwa_utworu" mode="poczatek" >
\r
- <h2 class="
author
" xmlns="http://www.w3.org/1999/xhtml">
\r
+ <h2 class="
intitle
" xmlns="http://www.w3.org/1999/xhtml">
\r
<xsl:apply-templates />
\r
</h2>
\r
</xsl:template>
\r
<xsl:apply-templates />
\r
</h2>
\r
</xsl:template>
\r
@@
-102,7
+102,7
@@
<xsl:template match="nazwa_utworu" />
\r
\r
<xsl:template match="podtytul" mode="poczatek">
\r
<xsl:template match="nazwa_utworu" />
\r
\r
<xsl:template match="podtytul" mode="poczatek">
\r
- <h2 class="
author
" xmlns="http://www.w3.org/1999/xhtml">
\r
+ <h2 class="
insubtitle
" xmlns="http://www.w3.org/1999/xhtml">
\r
<xsl:apply-templates />
\r
</h2>
\r
</xsl:template>
\r
<xsl:apply-templates />
\r
</h2>
\r
</xsl:template>
\r