Uploaded image for project: 'JSword'
  1. JSword
  2. JS-96

SAX pretty-print for empty tags is wrong

    Details

    • Type: Bug
    • Status: Closed (View Workflow)
    • Priority: Trivial
    • Resolution: Won't Fix
    • Affects Version/s: 1.5 (was 1.0.7)
    • Fix Version/s: 1.7
    • Component/s: o.c.jsword.util
    • Labels:
      None
    • Environment:

      WinXP
      Actual version is 1.0.7

      Description

      In a non-parallel view, verses are grouped in paragraphs. The following html is used to signify paragraphs:

      <br>
      </br>
      <br>
      </br>

      The tag </br> is not valid html. A more appropriate solution would be to use the paragraph tags:

      <p>verse. verse. verse.</p>

        Attachments

          Activity

            People

            • Assignee:
              dmsmith DM Smith
              Reporter:
              keith_watson Keith Watson
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: