Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
-
Empty show more show less
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
- is duplicated by
-
MGNLDMS-118 file-icons not shown because of a typo
-
- Closed
-