From 7502026d7d76b97e347ed54b40d2426f0ee1ec69 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 1 Jul 2025 10:30:35 +0200 Subject: [PATCH] fix for audio --- setup.py | 2 +- src/librarian/xslt/book2html.xslt | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 17cecda..06e019f 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def whole_tree(prefix, path): setup( name='librarian', - version='24.5.9', + version='24.5.10', description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats', author="Marek Stępniowski", author_email='marek@stepniowski.com', diff --git a/src/librarian/xslt/book2html.xslt b/src/librarian/xslt/book2html.xslt index 7ea41d4..b1099e0 100644 --- a/src/librarian/xslt/book2html.xslt +++ b/src/librarian/xslt/book2html.xslt @@ -596,6 +596,21 @@ + + + + + + + + + + + + + + + -- 2.20.1