Details

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

    Description

      The template \webapps\magnoliaAuthor\templates\dms\paragraphs\dms.jsp has a syntax error. the line number 70 is:

      <img border=\"0\" src=\"" + request.getContextPath() + "/" + doc.getMimeTypeIcon() + "\"(>

      , it should be

      <img border=\"0\" src=\"" + request.getContextPath() + doc.getMimeTypeIcon() + "\"(>

      , for see the icons of file type.

      Checklists

        Acceptance criteria

        Attachments

          Issue Links

            Activity

              People

                gjoseph Magnolia International
                anto Antonio González
                Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: