From 7a8489f9750665d5c5bcc07043edb64b118ebef1 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Wed, 21 Nov 2018 12:51:57 +0100 Subject: [PATCH] add link tag --- librarian/epub/xsltScheme.xsl | 7 +++++++ librarian/fb2/inline.xslt | 6 ++++++ librarian/pdf/wl2tex.xslt | 7 +++++++ librarian/xslt/book2html.xslt | 9 +++++++++ 4 files changed, 29 insertions(+) diff --git a/librarian/epub/xsltScheme.xsl b/librarian/epub/xsltScheme.xsl index 73faf5d..517a1c6 100644 --- a/librarian/epub/xsltScheme.xsl +++ b/librarian/epub/xsltScheme.xsl @@ -286,6 +286,13 @@ + + + + + + + diff --git a/librarian/fb2/inline.xslt b/librarian/fb2/inline.xslt index 03c6b65..7e6f4e3 100644 --- a/librarian/fb2/inline.xslt +++ b/librarian/fb2/inline.xslt @@ -34,6 +34,12 @@ + + + + + + diff --git a/librarian/pdf/wl2tex.xslt b/librarian/pdf/wl2tex.xslt index b69f11d..678d09f 100644 --- a/librarian/pdf/wl2tex.xslt +++ b/librarian/pdf/wl2tex.xslt @@ -401,6 +401,13 @@ + + + + + + + diff --git a/librarian/xslt/book2html.xslt b/librarian/xslt/book2html.xslt index 778202e..91118fa 100644 --- a/librarian/xslt/book2html.xslt +++ b/librarian/xslt/book2html.xslt @@ -705,6 +705,15 @@ + + + + + + + + + -- 2.20.1