From 8a5541dca88190e6fdf6ed9ff5c1c5c69c3c9710 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Wed, 1 Nov 2017 13:08:15 +0300 Subject: FB2 writer: remove from is not allowed inside according to FictionBook2 XML schema. Besides that, the same information is already placed inside . Related bug: #2424 --- test/fb2/titles.fb2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/fb2/titles.fb2') diff --git a/test/fb2/titles.fb2 b/test/fb2/titles.fb2 index 0a3b1404e..4835d2279 100644 --- a/test/fb2/titles.fb2 +++ b/test/fb2/titles.fb2 @@ -1,3 +1,3 @@ -pandoc<p />

<p>Simple title</p>

This example tests if Pandoc doesn’t insert forbidden elements in FictionBook titles.

<p>Emphasized Strong Title</p>
+pandoc<p />
<p>Simple title</p>

This example tests if Pandoc doesn’t insert forbidden elements in FictionBook titles.

<p>Emphasized Strong Title</p>
-- cgit v1.2.3