file-icons not shown because of a typo
--------------------------------------
Key: MGNLDMS-118
URL: http://jira.magnolia.info/browse/MGNLDMS-118
Project: Magnolia DMS
Issue Type: Bug
Affects Versions: 1.2.2
Reporter: Andreas
Assignee: Philipp Bracher
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\" />",
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------