[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/ext/epub3.pm: remove spurious space. Indirec
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/ext/epub3.pm: remove spurious space. Indirect report by Kurt Hornik. |
Date: |
Wed, 03 Aug 2022 06:53:58 -0400 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 50ea135d45 * tp/ext/epub3.pm: remove spurious space. Indirect report
by Kurt Hornik.
50ea135d45 is described below
commit 50ea135d45d8f020112d7de001704fde204e1ab2
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Aug 3 12:52:10 2022 +0200
* tp/ext/epub3.pm: remove spurious space. Indirect report
by Kurt Hornik.
---
ChangeLog | 5 +++++
tp/ext/epub3.pm | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index ceb8a83f0f..136facc428 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-08-03 Patrice Dumas <pertusus@free.fr>
+
+ * tp/ext/epub3.pm: remove spurious space. Indirect report
+ by Kurt Hornik.
+
2022-08-02 Gavin Smith <gavinsmith0123@gmail.com>
Manual - make "info texinfo r" work
diff --git a/tp/ext/epub3.pm b/tp/ext/epub3.pm
index c87325ba00..1b4ca6f390 100644
--- a/tp/ext/epub3.pm
+++ b/tp/ext/epub3.pm
@@ -124,7 +124,7 @@ texinfo_register_command_formatting('image',
\&epub_convert_image_command);
texinfo_register_type_formatting('unit', \&epub_convert_tree_unit_type);
my %epub_images_extensions_mimetypes = (
- '.png' => ' image/png',
+ '.png' => 'image/png',
'.jpg' => 'image/jpeg',
'.jpeg' => 'image/jpeg',
'.gif' => 'image/gif',
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/ext/epub3.pm: remove spurious space. Indirect report by Kurt Hornik.,
Patrice Dumas <=