From 9c6bd787477f177a5105ab05864d0f5d9da9e07d Mon Sep 17 00:00:00 2001 From: Jan Szejko <janek37@gmail.com> Date: Mon, 24 Jul 2017 12:28:31 +0200 Subject: [PATCH] fix typo --- librarian/epub/xsltLast.xsl | 2 +- librarian/pdf/wl2tex.xslt | 2 +- librarian/text.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/librarian/epub/xsltLast.xsl b/librarian/epub/xsltLast.xsl index 9c5463d..e29c5f4 100644 --- a/librarian/epub/xsltLast.xsl +++ b/librarian/epub/xsltLast.xsl @@ -24,7 +24,7 @@ <p class="info"> <xsl:choose> <xsl:when test="//dc:rights.license"> - Ten utwór jest udostepniony na licencji + Ten utwór jest udostÄpniony na licencji <a> <xsl:attribute name="href"> <xsl:value-of select="//dc:rights.license" /> diff --git a/librarian/pdf/wl2tex.xslt b/librarian/pdf/wl2tex.xslt index 8a31a22..525b412 100644 --- a/librarian/pdf/wl2tex.xslt +++ b/librarian/pdf/wl2tex.xslt @@ -182,7 +182,7 @@ \href{http://creativecommons.org/licenses/by-sa/3.0/}{Creative Commons Uznanie Autorstwa â Na Tych Samych Warunkach 3.0 PL}.} <xsl:if test=".//dc:rights.license"> - \def\rightsinfo{Ten utwór jest udostepniony na licencji + \def\rightsinfo{Ten utwór jest udostÄpniony na licencji \href{<xsl:value-of select=".//dc:rights.license" />}{<TeXML escape="1"><xsl:apply-templates select=".//dc:rights" mode="inline" /></TeXML>}.} </xsl:if> diff --git a/librarian/text.py b/librarian/text.py index 2577a20..4064849 100644 --- a/librarian/text.py +++ b/librarian/text.py @@ -60,7 +60,7 @@ def transform(wldoc, flags=None, **options): license_description = parsed_dc.license_description license = parsed_dc.license if license: - license_description = u"Ten utwór jest udostepniony na licencji %s: \n%s" % ( + license_description = u"Ten utwór jest udostÄpniony na licencji %s: \n%s" % ( license_description, license) else: license_description = u"Ten utwór nie jest objÄty majÄ tkowym prawem autorskim i znajduje siÄ " \ -- 2.20.1