From be6e338d1eeeefbca8f063e0b9b2f2bb6b4ca4b4 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 23 Aug 2012 23:02:42 -0400 Subject: [PATCH] Fix epub complaint about image with extra colon The "+" operators are typically only used to embed an image within an ordered or unordered list to avoid breaking the indentation level or numbering; here, we were using the "+" operators between regular paragraphs, which doesn't make much sense. What made less sense was the processing result, which bizarrely added an extra colon to the front of the image path, leading to a (naturally) missing image and processing error. The fix is just to throw the image tag in between the paragraphs with no special "+" operators; just blank lines. Signed-off-by: Dan Scott --- docs/reports/reporter_template_terminology.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/reports/reporter_template_terminology.txt b/docs/reports/reporter_template_terminology.txt index 2cba161ab1..dd131b460a 100644 --- a/docs/reports/reporter_template_terminology.txt +++ b/docs/reports/reporter_template_terminology.txt @@ -9,9 +9,7 @@ indexterm:[reports, data types] The central column of the _Database Source Browser_ lists _Field Name_ and _Data Type_ for the selected database table. -+ image::media/view-output-2.png[view-output-2] -+ Each data type has its own characteristics and uses: -- 2.43.2