Uploaded image for project: 'SWORD'
  1. SWORD
  2. API-98

OSIS Figures do not produce valid html in osishtmlhref

    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>

        Attachments

          Activity

            People

            • Assignee:
              refdoc Peter von Kaehne
              Reporter:
              benpmorgan Ben Morgan
            • Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: