{noformat} renders spurious semicolon

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Low
    • 1.0 Release Candidate 6
    • Affects Version/s: 1.0 Release Candidate 5
    • Component/s: None
    • None

      If in a

       block a quote (single or double) is followed by a closing parenthesis the rendered version displays a spurious semicolon inbetween the two.  E.g.
      
        

      foo("bar")

      
      

      is rendered as:

      <div class="preformatted"><div class="preformattedContent">
      <pre>foo("bar&quot;)</pre>
      </div></div>

      which looks like:

      foo("bar"

      As a workaround I was able to backslash escape the closing parenthesis.

              Assignee:
              Armond Avanes
              Reporter:
              knut_wannheden
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: