]> git.evergreen-ils.org Git - Evergreen.git/commit
Fix epub complaint about image with extra colon
authorDan Scott <dscott@laurentian.ca>
Fri, 24 Aug 2012 03:02:42 +0000 (23:02 -0400)
committerDan Scott <dscott@laurentian.ca>
Fri, 24 Aug 2012 03:02:42 +0000 (23:02 -0400)
commit8e34e5684cd2cba66e329126229a08e4dd47cfb6
treeaf81252d9a8d6ee59f9d98fc1c3c4fdadb1c148a
parent0fd2f90265277545e6836e0157b4e1f38bcf9872
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 <dscott@laurentian.ca>
docs/reports/reporter_template_terminology.txt