Details
-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.11
-
Fix Version/s: 1.7.0
-
Component/s: filters
-
Labels:None
Description
The osishtmlhref will not produce valid html when it encounters a figure.
The following two lines show the problem
// we do this because BibleCS looks for this EXACT format for an image tag
outText("<image border=0 src=\"", buf, u);
This should read:
outText("<img border=0 src=\"", buf, u);
The same is true in the thml filter - if an image is output using the <image> tag, it will end up in html as <image>