Uploaded image for project: 'Document Management System (closed)'
  1. Document Management System (closed)
  2. MGNLDMS-118

file-icons not shown because of a typo

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.2.6
    • 1.2.2
    • None

      As I can see, there is a typo in one of the paragraphs used in the sample page "help/openwfe.html"

      The generated xhtml source has wrong closing of the img tag and double slash after context path:
      <img src="/magnoliaPublic//.resources/file-icons/pdf.png"(>

      dms.jsp needs to be fixed regarding this typo

      line 69 before: "<img border=\"0\" src=\"" + request.getContextPath() + "/" + doc.getMimeTypeIcon() + "\"(>",

      line 69 fixed: "<img style=\"border: none;\" src=\"" + request.getContextPath() + "/" + doc.getMimeTypeIcon() + "\" alt=\"image mimetype\" />",

        Acceptance criteria

              pbaerfuss Philipp Bärfuss
              amstutz Andreas
              Votes:
              2 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: